Skip to content

Instantly share code, notes, and snippets.

@cincodenada
Created August 14, 2013 22:44
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 cincodenada/6236427 to your computer and use it in GitHub Desktop.
Save cincodenada/6236427 to your computer and use it in GitHub Desktop.
void setup() { } // no setup needed
void loop() {
if (digitalRead(PIN_C2)) {
Keyboard.print("A");
delay(250); //Really simple debouncing
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment