From 6bee66e5ddce767b71b9e3369a177f935b715763 Mon Sep 17 00:00:00 2001 From: mateo-s Date: Sat, 12 Jan 2019 15:02:22 -0600 Subject: [PATCH] max hit the visual with a table --- chairmans2019.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chairmans2019.ino b/chairmans2019.ino index 7a1d8b2..a7603a0 100644 --- a/chairmans2019.ino +++ b/chairmans2019.ino @@ -6,7 +6,7 @@ Pin 9 - Victor PWM Output Pin 20 - SDA (Trellis) Pin 21 - SCL (Trellis) - Pin 41 - Din (LED Strip) + Pin 42 - Din (LED Strip) Pin A2 - INT (Trellis) Power ┌──>Trellis 5V @@ -39,7 +39,7 @@ const int nLEDS = 30*5; //How many LED's we have const int segmentSize = 30; //How many LED's are in each gear/segment const int nSegments = 5; //How many segments are in the whole thing CRGB leds[nLEDS];// Cmt missing? -const int LED_PIN = 7; +const int LED_PIN = 42; CRGB current = CRGB(255, 0, 0); //changed from (230, 20, 20) bc it was too unsaturated CRGB past = CRGB(255, 255, 255); CRGB future = CRGB(0, 0, 0);