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

◆ EVERY_N_MILLIS

#define EVERY_N_MILLIS ( N)
Value:
EVERY_N_MILLIS_I(CONCAT_MACRO(PER, __COUNTER__ ),N)
#define EVERY_N_MILLIS_I(NAME, N)
Checks whether to execute a block of code every N milliseconds, using a custom instance name.
Definition lib8tion.h:1319

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

See also
GET_MILLIS

Definition at line 1315 of file lib8tion.h.