This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Bounce2.h> | |
// Where I have stuff plugged in on my board. | |
#define BUTTON_PIN 2 | |
#define LIGHT_PIN 23 | |
// This one is standard for Teensy. | |
#define LED_PIN 13 | |
// The program repeatedly: | |
// 1. presses the first key |
OlderNewer