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