Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@baobao
Created November 14, 2018 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baobao/4703f5c3d54b0366dc2f70e738397a43 to your computer and use it in GitHub Desktop.
Save baobao/4703f5c3d54b0366dc2f70e738397a43 to your computer and use it in GitHub Desktop.
void setup() {
Serial.begin(9600);
Serial.println("Hello World Arduino!");
}
void loop() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment