Skip to content

Instantly share code, notes, and snippets.

@Ozsie
Created January 8, 2018 09:40
Show Gist options
  • Save Ozsie/a7f1ec26482b5964a50d343b3ef3908a to your computer and use it in GitHub Desktop.
Save Ozsie/a7f1ec26482b5964a50d343b3ef3908a to your computer and use it in GitHub Desktop.
Simple setup
void setup() {
Serial.begin(115200);
Serial.println("Hello World");
}
void loop() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment