FastLED 3.9.15
Loading...
Searching...
No Matches

◆ loop()

void loop ( )

Definition at line 111 of file Fire2023.ino.

111 {
113 Fire2023(millis());
114 }
115 FastLED.show();
116}
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
void Fire2023(uint32_t now)
Definition Fire2023.ino:129
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
Definition lib8tion.h:1341

References EVERY_N_MILLISECONDS, FastLED, and Fire2023().

+ Here is the call graph for this function: