Skip to content

Instantly share code, notes, and snippets.

View glblduh's full-sized avatar
🐳
Compiling Docker images

Gillian Lloyd Laureano glblduh

🐳
Compiling Docker images
View GitHub Profile
#define RELAY_PIN D5
#define SENSOR_PIN D1
unsigned long debounceTime = 500;
int relayState = HIGH;
int lastButtonState;
int currentButtonState;