1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Added public domain notice

This commit is contained in:
Tom Igoe 2010-02-24 03:31:16 +00:00
parent f8e59c8c6c
commit d1f6f8ea4b

View File

@ -1,4 +1,3 @@
void setup() {
pinMode(13, OUTPUT);
}