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

◆ loop()

void loop ( )

Definition at line 90 of file Overclock.ino.

90 {
91 EVERY_N_MILLISECONDS(5000) { noisePalette.changeToRandomPalette(); }
93 FastLED.show();
94}
fl::CRGB leds[NUM_LEDS]
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
::fl::DrawContext DrawContext
Definition fx.h:21
fl::CRGBPalette16 noisePalette
Definition curr.h:243
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
Definition lib8tion.h:1045
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.

References EVERY_N_MILLISECONDS, FastLED, leds, fl::millis(), and noisePalette.

+ Here is the call graph for this function: