FastLED 3.9.15
|
Animate a white dot moving along a strip of LEDs.
Definition in file FirstLight.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | CLOCK_PIN 13 |
#define | DATA_PIN 3 |
#define | NUM_LEDS 60 |
Functions | |
void | loop () |
void | setup () |
Variables | |
CRGB | leds [NUM_LEDS] |