|
FastLED 3.9.15
|
| #define GET_MILLIS fl::millis |
The a number of functions need access to a millisecond counter in order to keep time.
On Arduino, this is "millis()". On other platforms, you'll need to provide a function with this signature which provides similar functionality:
You can also force use of the get_millisecond_timer() function by #defining USE_GET_MILLISECOND_TIMER.
Definition at line 740 of file lib8tion.h.
Referenced by CEveryNMillisDynamic::getTime(), CEveryNMillisRandom::getTime(), INSTANTIATE_EVERY_N_TIME_PERIODS(), and pacifica_loop().