|
FastLED 3.9.15
|
Demonstrates how to use multiple LED strips, each with their own data.
Definition in file MultiArrays.ino.
#include <FastLED.h>
Include dependency graph for MultiArrays.ino:Go to the source code of this file.
Macros | |
| #define | NUM_LEDS_PER_STRIP 60 |
Functions | |
| void | loop () |
| void | setup () |
Variables | |
| CRGB | blueLeds [NUM_LEDS_PER_STRIP] |
| CRGB | greenLeds [NUM_LEDS_PER_STRIP] |
| CRGB | redLeds [NUM_LEDS_PER_STRIP] |