Created
March 19, 2012 16:51
-
-
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
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("Arf Arf Arf"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment