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
int buttonResetId = 2; | |
int button1Id = 3; | |
int button2Id = 4; | |
int ledId = 5; | |
int ledMonitorId = 6; | |
int ledActivityId = LED_BUILTIN; | |
bool defaultState = false; | |
bool lastState = false; | |
bool monitorTogglerState = false; |