Skip to content

Commit

Permalink
Release tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
48productions committed Feb 25, 2021
1 parent 24fa654 commit 859ee91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IceBeats.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
* CONFIGURATION *
****************/
#define STRIP_LENGTH 90 //Number of LEDs in the strip (warning: Adding many LEDs slows updates)
#define STRIP_DATA 5 //Pin connected to the LED strip
#define STRIP_DATA 9 //Pin connected to the LED strip

#define STRIP_BASS_LENGTH 144 //Number of LEDs in our bass neon strip
#define STRIP_BASS_DATA 9 //Pin connected to the bass neon strip
#define STRIP_BASS_LENGTH 128 //Number of LEDs in our bass neon strip
#define STRIP_BASS_DATA 5 //Pin connected to the bass neon strip

//Set this next option to true to make bass strip effects start in the center and wipe outwards (instead of starting at the edges and wiping inwards)
//IceBeats was designed for the bass strip to be wrapped around a subwoofer with effects starting at the bottom of the sub and climbing towards the top
Expand Down

0 comments on commit 859ee91

Please sign in to comment.