7 lines
76 B
C
7 lines
76 B
C
|
|
|
|
//GPIO12 // Relay
|
|
//GPIO13 // LED
|
|
|
|
#define LED_PIN 13
|
|
#define RELAY_PIN 12 |