FastLED 3.9.7
|
An animation that moves a single LED back and forth (Larson Scanner effect)
Definition in file Cylon.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | NUM_LEDS 64 |
#define | DATA_PIN 2 |
#define | CLOCK_PIN 13 |
Functions | |
void | setup () |
void | fadeall () |
void | loop () |
Variables | |
CRGB | leds [NUM_LEDS] |