Skip to content

Instantly share code, notes, and snippets.

@sui77
Created May 24, 2021 11: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 sui77/5823a7ae0cfa871ce30289a0a3de82df to your computer and use it in GitHub Desktop.
Save sui77/5823a7ae0cfa871ce30289a0a3de82df to your computer and use it in GitHub Desktop.
void setup() {
pinMode(0, OUTPUT);
digitalWrite(0, HIGH);
delay(50);
digitalWrite(0, LOW);
delay(10);
digitalWrite(0, HIGH);
}
void loop() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment