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

◆ loop()

void loop ( )

Definition at line 29 of file Fire2012.ino.

30{
31 // Add entropy to random number generator; we use a lot of it.
33
34 Fire2012(); // run simulation frame
35
36 FastLED.show(); // display this frame
37 FastLED.delay(1000 / FRAMES_PER_SECOND);
38}
#define FRAMES_PER_SECOND
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
void Fire2012()
Definition Fire2012.ino:80
LIB8STATIC void random16_add_entropy(fl::u16 entropy) FL_NOEXCEPT
Add entropy into the random number generator.
Definition random8.h:110
LIB8STATIC fl::u16 random16() FL_NOEXCEPT
Generate a 16-bit random number.
Definition random8.h:63

References FastLED, Fire2012(), FRAMES_PER_SECOND, random16(), and random16_add_entropy().

+ Here is the call graph for this function: