FastLED 3.9.15
|
A blink example using the WS2816 controller.
Definition in file WS2816.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | DATA_PIN 3 |
#define | NUM_LEDS 1 |
Functions | |
void | loop () |
void | setup () |
Variables | |
CRGB | leds [NUM_LEDS] |