Files
Thermostat/include/main.h
2026-03-16 11:20:10 +01:00

7 lines
76 B
C

//GPIO12 // Relay
//GPIO13 // LED
#define LED_PIN 13
#define RELAY_PIN 12