FastLED
3.9.15
Loading...
Searching...
No Matches
◆
loop()
void loop
(
)
Definition at line
37
of file
FxCylon.ino
.
37
{
38
cylon
.draw(
Fx::DrawContext
(millis(),
leds
));
39
FastLED
.show();
40
delay(
cylon
.delay_ms);
41
}
leds
CRGB leds[NUM_LEDS]
Definition
AdafruitBridge.ino:13
FastLED
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp:74
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 Aug 22 2025 20:59:34 for FastLED by
1.13.2