summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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