summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2019-12-23 08:13:14 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2019-12-23 08:13:14 -0800
commited5a276f9b8a5da636e5cda4f3e33a54b0382bdf (patch)
tree7b4a58d29c1b0fd685803af23ef168787c4f3b73 /config.h
parent335b89cbd79d2623a68984f6d99e7480272a44e9 (diff)
downloadchristmas_lights-ed5a276f9b8a5da636e5cda4f3e33a54b0382bdf.tar.gz
christmas_lights-ed5a276f9b8a5da636e5cda4f3e33a54b0382bdf.tar.xz
minor adjustments and fixes
Diffstat (limited to 'config.h')
-rw-r--r--config.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/config.h b/config.h
index 72357e3..ffe99a0 100644
--- a/config.h
+++ b/config.h
@@ -3,20 +3,20 @@
#define F_CPU 8000000UL
-#define LED_COUNT 50
+#define LED_COUNT 100
#define LED_PIN PB3
#define EQ_PIN_INPUT PB2
#define EQ_PIN_RESET PB0
#define EQ_PIN_STROBE PB1
#define EQ_THRESHOLDS \
- {16, 82}, \
- {24, 130}, \
- {24, 99}, \
- {24, 79}, \
- {24, 77}, \
- {24, 87}, \
- {26, 37}
+ {0x76, 0xFF}, \
+ {0x82, 0xFF}, \
+ {0x58, 0xFF}, \
+ {0x5F, 0xFF}, \
+ {0x40, 0xAA}, \
+ {0x3D, 0x88}, \
+ {0x1F, 0x66}
#define ISR_PIN PB4