BlinkenHose BUS350

#include “LPD8806.h” #include “SPI.h” int dataPin = 11; int clockPin = 13; LPD8806 strip = LPD8806(32, dataPin, clockPin); void setup() { // Start up the LED strip strip.begin(); // Update the strip, to start they are all ‘off’...