From 9c1fd5f7dd2cd5251c916b64a43f0c168d9febef Mon Sep 17 00:00:00 2001 From: Fisch Date: Fri, 12 Jul 2024 19:57:43 +0200 Subject: [PATCH] change led pin to match pcb --- controller_teensy/include/led.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller_teensy/include/led.h b/controller_teensy/include/led.h index 37abd4a..8a63f02 100644 --- a/controller_teensy/include/led.h +++ b/controller_teensy/include/led.h @@ -17,7 +17,7 @@ #include -#define LED_PIN 3 +#define LED_PIN 20 #define LED_COUNT 16 // NeoPixel brightness, 0 (min) to 255 (max)