Skip to content

Instantly share code, notes, and snippets.

@hilukasz
Created January 14, 2013 06:47
Show Gist options
  • Save hilukasz/4528244 to your computer and use it in GitHub Desktop.
Save hilukasz/4528244 to your computer and use it in GitHub Desktop.
void setup(){
Serial.begin(9600);
}
void loop(){
Serial.println("test");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment