Skip to content

Commit

Permalink
Update WS2812B.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
4dvn authored Feb 1, 2020
1 parent 4a30290 commit 1ee9f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Leonardo/WS2812B/WS2812B.ino
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const byte _B[128] = {0, 0, 0, 0, 125, 0, 0, 0, 0, 125, 0, 0, 0, 0, 125, 0, 0, 0
*/

#include "MIDIUSB.h"
#include "PitchToNote.h"
//#include "PitchToNote.h"

const byte _PStart = 36; // First note in array
bool update = false;
Expand Down Expand Up @@ -65,4 +65,4 @@ void loop() {
// _LED.setPixelColor(*(data+1) - _PStart, *(data+2), *(data+3), *(data+4));
// update = true;
// }
//}
//}

0 comments on commit 1ee9f8b

Please sign in to comment.