Created
March 19, 2012 15:41
-
-
Save arduinoboard/2116645 to your computer and use it in GitHub Desktop.
The file that is currently on an Arduino Uno with a serial number of 64938333932351417190
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void setup() { | |
Serial.begin(9600); | |
} | |
void loop() { | |
Serial.println("Dave made me do it. Really"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment