Skip to content

Instantly share code, notes, and snippets.

@athul
Created February 1, 2019 17:27
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 athul/c3723951c5c8bced4aa27331eeebabe0 to your computer and use it in GitHub Desktop.
Save athul/c3723951c5c8bced4aa27331eeebabe0 to your computer and use it in GitHub Desktop.
void setup() {
pinMode(13,OUTPUT);
}
void loop() {
digitalWrite(13,HIGH);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment