Skip to content

Instantly share code, notes, and snippets.

@misternay
Created October 23, 2017 09:43
Show Gist options
  • Save misternay/b3b5a65daddd15911ae983d9ca44acad to your computer and use it in GitHub Desktop.
Save misternay/b3b5a65daddd15911ae983d9ca44acad to your computer and use it in GitHub Desktop.
void setup() {
Serial.begin(9600);
}
void loop() {
delay(500);
Serial.println("HElloWorld");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment