Skip to content

Instantly share code, notes, and snippets.

@arduinoboard
Created March 19, 2012 15:41
Show Gist options
  • Save arduinoboard/2116645 to your computer and use it in GitHub Desktop.
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
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