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

◆ EVERY_N_SECONDS

#define EVERY_N_SECONDS ( N)
Value:
EVERY_N_SECONDS_I(CONCAT_MACRO(PER, __COUNTER__ ),N)
#define EVERY_N_SECONDS_I(NAME, N)
Checks whether to execute a block of code every N seconds, using a custom instance name.
Definition lib8tion.h:1328

Checks whether to execute a block of code every N seconds.

See also
seconds16()
Examples
DemoReel100.ino, FxEngine.ino, and TwinkleFox.ino.

Definition at line 1324 of file lib8tion.h.

Referenced by fl::DemoReel100::draw(), and loop().