Skip to content

Instantly share code, notes, and snippets.

@edbaafi
Created April 12, 2012 03:15
Show Gist options
  • Save edbaafi/2364420 to your computer and use it in GitHub Desktop.
Save edbaafi/2364420 to your computer and use it in GitHub Desktop.
Classic Test
/* Created with Modkit Classic
* Powered By Wiring Framework v1.0
* (http://modk.it/classic/editor/)
* Board: Arduino UNO
*************************************************************
* AUTOGENERATED BY MODKIT CLASSIC - DO NOT EDIT
*/
//USER COMMENT - FIRST LINE OR USER CODE
void setup(){
//do some setup
}
void loop(){
//do something in a loop
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment