Skip to content

Instantly share code, notes, and snippets.

@arduinoboard
Created March 19, 2012 16:51
Show Gist options
  • Save arduinoboard/2118953 to your computer and use it in GitHub Desktop.
Save arduinoboard/2118953 to your computer and use it in GitHub Desktop.
The file that is currently on an Arduino Duemilanove w/ ATmega328 with a serial number of A6006hlM
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("Arf Arf Arf");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment