Skip to content

Instantly share code, notes, and snippets.

@ngbaanh
Created September 5, 2018 16:40
Show Gist options
  • Save ngbaanh/378d6475b83153e1bfc2293420d697c9 to your computer and use it in GitHub Desktop.
Save ngbaanh/378d6475b83153e1bfc2293420d697c9 to your computer and use it in GitHub Desktop.
/// Runs once, you setup arduino pin and initial setup here
void setup() {
}
/// Main method, it will be called again when eveything inside is done
void loop() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment