// We use "pixel" to refer to a single WS2812B package, which contains three LEDs (red, green and blue). // Select number of pixels. #define NUM_PIXELS 60 // We copy some type name defines here to ...
const byte ledPins[] = { 15, 2, 4 }; //define red, green, blue led pins (were the negatives are connected) const byte chns[] = { 0, 1, 2 }; //define the pwm channels ...