Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 3, 2019 15:51
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 parzibyte/aab6a7b854e3e2f3ce4f4c734168506d to your computer and use it in GitHub Desktop.
Save parzibyte/aab6a7b854e3e2f3ce4f4c734168506d to your computer and use it in GitHub Desktop.
void setup(){
pinMode(1, OUTPUT);
digitalWrite(1, HIGH);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment