FastLED 3.9.3
|
Blink the first LED of an LED strip.
Definition in file Blink.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | NUM_LEDS 1 |
#define | DATA_PIN 3 |
#define | CLOCK_PIN 13 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGB | leds [NUM_LEDS] |