FastLED 3.9.12
|
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 | NUM_LEDS 1 |
#define | DATA_PIN 3 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGB | leds [NUM_LEDS] |
#define DATA_PIN 3 |
Definition at line 14 of file WS2816.ino.
#define NUM_LEDS 1 |
Definition at line 11 of file WS2816.ino.
void loop | ( | ) |
Definition at line 26 of file WS2816.ino.
void setup | ( | ) |
Definition at line 20 of file WS2816.ino.
CRGB leds[NUM_LEDS] |
Definition at line 18 of file WS2816.ino.