summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h20
1 files changed, 18 insertions, 2 deletions
diff --git a/config.h b/config.h
index 1d25abc..00816db 100644
--- a/config.h
+++ b/config.h
@@ -1,2 +1,18 @@
-#define PIN_LED PB0
-#define NUM_LEDS 50
+#define F_CPU 8000000UL
+
+#define LED_COUNT 50
+#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}
+
+#define ISR_PIN PB4