From b6e678f045f22ba3b9edbbe4a2b0123fb720322e Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Sat, 15 Jul 2017 15:55:06 +1000 Subject: [PATCH] attiny861 poly_cfg: Drop sample rate to 8kHz With the extra processing needed to get bleed-free LED control, we can't quite make 16kHz sample rates. --- ports/attiny861/poly_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/attiny861/poly_cfg.h b/ports/attiny861/poly_cfg.h index ddeab84..6e9da55 100644 --- a/ports/attiny861/poly_cfg.h +++ b/ports/attiny861/poly_cfg.h @@ -21,6 +21,6 @@ * MA 02110-1301 USA */ -#define SYNTH_FREQ (16000) +#define SYNTH_FREQ (8000) #endif