|
FastLED 3.9.15
|
Demonstrates how to use multiple LED strips, each with the same data.
Definition in file MirroringSample.ino.
#include "FastLED.h"
Include dependency graph for MirroringSample.ino:Go to the source code of this file.
Macros | |
| #define | NUM_LEDS_PER_STRIP 60 |
| #define | PIN_1 4 |
| #define | PIN_2 5 |
| #define | PIN_3 6 |
| #define | PIN_4 7 |
Functions | |
| void | loop () |
| void | setup () |
Variables | |
| CRGB | leds [NUM_LEDS_PER_STRIP] |