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

◆ loop()

void loop ( )

Definition at line 109 of file Fire2023.ino.

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

References EVERY_N_MILLISECONDS, FastLED, and Fire2023().

+ Here is the call graph for this function: