Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created October 12, 2018 14:50
Show Gist options
  • Save recursivecodes/16001d2ffd3d05f35e75b2e5be7485be to your computer and use it in GitHub Desktop.
Save recursivecodes/16001d2ffd3d05f35e75b2e5be7485be to your computer and use it in GitHub Desktop.
void setup() {
pinMode(SENSOR, INPUT);
pinMode(LED, OUTPUT);
pinMode(BUZZER, OUTPUT);
Serial.begin(9600);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment