Skip to content

Instantly share code, notes, and snippets.

@schappim
Created August 14, 2011 04:26
Show Gist options
  • Save schappim/1144578 to your computer and use it in GitHub Desktop.
Save schappim/1144578 to your computer and use it in GitHub Desktop.
Bare Minimum code needed to get started
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment