Skip to content

Commit

Permalink
max hit the visual with a table
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-S committed Jan 12, 2019
1 parent 16aab0d commit 6bee66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chairmans2019.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 6bee66e

Please sign in to comment.