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

◆ EVERY_N_MINUTES

#define EVERY_N_MINUTES ( N)
Value:
EVERY_N_MINUTES_I(CONCAT_MACRO(PER, __COUNTER__ ),N)
#define EVERY_N_MINUTES_I(NAME, N)
Checks whether to execute a block of code every N minutes, using a custom instance name.
Definition lib8tion.h:1346

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

See also
minutes16()

Definition at line 1342 of file lib8tion.h.