FastLED 3.9.3
|
Demonstrates how to use multiple LED strips, each with the same data.
Definition in file MirroringSample.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | NUM_LEDS_PER_STRIP 60 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGB | leds [NUM_LEDS_PER_STRIP] |
#define NUM_LEDS_PER_STRIP 60 |
Definition at line 11 of file MirroringSample.ino.
void loop | ( | ) |
Definition at line 30 of file MirroringSample.ino.
void setup | ( | ) |
Definition at line 16 of file MirroringSample.ino.
CRGB leds[NUM_LEDS_PER_STRIP] |
Definition at line 12 of file MirroringSample.ino.