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