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

◆ loop()

void loop ( )

Definition at line 25 of file Fire2012.ino.

26{
27 // Add entropy to random number generator; we use a lot of it.
28 // random16_add_entropy( random());
29
30 Fire2012(); // run simulation frame
31
32 FastLED.show(); // display this frame
33 FastLED.delay(1000 / FRAMES_PER_SECOND);
34}
#define FRAMES_PER_SECOND
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
void Fire2012()
Definition Fire2012.ino:76

References FastLED, Fire2012(), and FRAMES_PER_SECOND.

+ Here is the call graph for this function: