From ed5a276f9b8a5da636e5cda4f3e33a54b0382bdf Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 23 Dec 2019 08:13:14 -0800 Subject: minor adjustments and fixes --- config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config.h') 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 -- cgit v1.2.3-70-g09d2