Skip to content

Instantly share code, notes, and snippets.

@taesamja
Created January 5, 2017 05:06
Show Gist options
  • Save taesamja/6d264acc56258abcea2f87fbf9a4c815 to your computer and use it in GitHub Desktop.
Save taesamja/6d264acc56258abcea2f87fbf9a4c815 to your computer and use it in GitHub Desktop.
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("Hello World");
delay(1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment