diff options
| author | user@node5.net <user@node5.net> | 2026-01-11 20:40:18 +0100 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-01-11 20:40:34 +0100 |
| commit | dff80eb6414d00d3b1f6183a2d8eeeefc6697a50 (patch) | |
| tree | cf343871dcdeecfc7fb91e15991fe21bba8d0d6f | |
| parent | 413ab2a69e4f01098a6e3cf0c8f1b38c408c7cf1 (diff) | |
| -rw-r--r-- | include/header.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/header.h b/include/header.h index f03bdbc..c9336e0 100644 --- a/include/header.h +++ b/include/header.h @@ -1,4 +1,4 @@ -#define LED_PIN 2 // Pin the LED strip is connected to +#define LED_PIN 2 // Pin the LED strip is connected to // 2 for ESP-01 // 5 for NodeMCU #define PHOTORESISTOR_PIN 3 // Used for dimming the LEDs based on light level #define SEGMENT_COUNT 7 // 7 segment display #define DIGIT_COUNT 4 // Number of digits 4 for a clock |
