Definition at line 31 of file Cylon.ino.
31 {
32 static uint8_t hue = 0;
33 Serial.print("x");
34
36
38
40
41
43
44 delay(10);
45 }
46 Serial.print("x");
47
48
49 for(
int i = (
NUM_LEDS)-1; i >= 0; i--) {
50
52
54
55
57
58 delay(10);
59 }
60}
CFastLED FastLED
Global LED strip management instance.
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
References fadeall(), FastLED, leds, and NUM_LEDS.