FastLED 3.9.15
|
#define GET_MILLIS 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 837 of file lib8tion.h.
Referenced by beat88(), bseconds16(), CEveryNMillisDynamic::getTime(), CEveryNMillisRandom::getTime(), hours8(), INSTANTIATE_EVERY_N_TIME_PERIODS(), minutes16(), pacifica_loop(), and seconds16().