Skip to content

Instantly share code, notes, and snippets.

@esmarr58
Created October 19, 2017 18:55
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 esmarr58/4172af933fa897519473811f4961b42d to your computer and use it in GitHub Desktop.
Save esmarr58/4172af933fa897519473811f4961b42d to your computer and use it in GitHub Desktop.
ARduino iniciar seiral
void setup(void) {
Serial.begin(9600);
}
void loop() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment