FastLED 3.9.3
|
An animation that moves a single LED back and forth (Larson Scanner effect) using the fx library cylon.
Definition in file Cylon.ino.
Go to the source code of this file.
Macros | |
#define | NUM_LEDS 64 |
#define | DATA_PIN 2 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGB | leds [NUM_LEDS] |
CylonRef | cylon = CylonRef::New(NUM_LEDS) |