FastLED 3.9.15
|
Create the CEveryNMillisDynamic class for dynamic millisecond intervals.
Definition at line 1186 of file lib8tion.h.
#include <lib8tion.h>
Public Member Functions | |
CEveryNMillisDynamic (uint32_t period) | |
uint32_t | getElapsed () |
uint32_t | getLastTriggerTime () |
uint32_t | getPeriod () const |
uint32_t | getRemaining () |
uint32_t | getTime () |
operator bool () | |
bool | ready () |
void | reset () |
void | setPeriod (uint32_t period) |
void | trigger () |
Public Attributes | |
uint32_t | mPeriod |
uint32_t | mPrevTrigger |