FastLED
3.9.15
Loading...
Searching...
No Matches
◆
loop()
void loop
(
)
Definition at line
29
of file
FxCylon.ino
.
29
{
30
cylon
.draw(
Fx::DrawContext
(millis(),
leds
));
31
FastLED
.show();
32
delay(
cylon
.delay_ms);
33
}
leds
CRGB leds[NUM_LEDS]
Definition
Apa102.ino:11
FastLED
CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp:58
cylon
Cylon cylon(NUM_LEDS)
fl::Fx::DrawContext
_DrawContext DrawContext
Definition
fx.h:21
References
cylon
,
FastLED
, and
leds
.
examples
FxCylon
FxCylon.ino
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2