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

◆ EVERY_N_MILLISECONDS_DYNAMIC

#define EVERY_N_MILLISECONDS_DYNAMIC ( PERIOD_FUNC)
Value:
EVERY_N_MILLISECONDS_DYNAMIC_I(CONCAT_MACRO(__dynamic_millis_timer, __COUNTER__ ), (PERIOD_FUNC))
#define EVERY_N_MILLISECONDS_DYNAMIC_I(NAME, PERIOD_FUNC)
Checks whether to execute a block of code every N milliseconds, where N is determined dynamically,...
Definition lib8tion.h:1367

Checks whether to execute a block of code every N milliseconds, where N is determined dynamically.

Definition at line 1364 of file lib8tion.h.

Referenced by loop().