Skip to content

Commit

Permalink
OCD strikes again!
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatroff committed Sep 29, 2017
1 parent b5c1765 commit 65d1489
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions led_stripes.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ CRGB leds[NUM_LEDS];

/////////////////////////////
// PINS:
// LED Stripes
#define STRIPE_PIN_1 5
#define STRIPE_PIN_2 6
#define STRIPE_PIN_3 7
// Poti 1
#define CLK_1 0
#define DT_1 1
// Poti 2
#define CLK_2 2
#define DT_2 3
// LED Stripes
#define STRIPE_PIN_1 5
#define STRIPE_PIN_2 6
#define STRIPE_PIN_3 7
/////////////////////////////

//#define UPDATES_PER_SECOND 24
Expand Down

0 comments on commit 65d1489

Please sign in to comment.