Skip to content

Commit

Permalink
Updated to be consistent with the actual visual
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo-S authored Jan 14, 2019
1 parent 5ea81b3 commit 7ec3fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chairmans2019.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define debug

// Leds
const int segmentSize = 35; // How many LED's are in each gear/segment
const int segmentSize = 33; // How many LED's are in each gear/segment
const int nSegments = 5; // How many segments are in the whole thing
const int nLEDS = segmentSize * nSegments; // How many LED's we have
CRGB leds[nLEDS]; // Cmt missing?
Expand Down

0 comments on commit 7ec3fa7

Please sign in to comment.