FastLED 3.9.3
|
Demonstrates how to create an LED group with CRGBArray.
Definition in file RGBSetDemo.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | NUM_LEDS 40 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGBArray< NUM_LEDS > | leds |
#define NUM_LEDS 40 |
Definition at line 6 of file RGBSetDemo.ino.
void loop | ( | ) |
Definition at line 12 of file RGBSetDemo.ino.
void setup | ( | ) |
Definition at line 10 of file RGBSetDemo.ino.
CRGBArray<NUM_LEDS> leds |
Definition at line 8 of file RGBSetDemo.ino.