diff options
Diffstat (limited to 'include')
| -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 |
