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

◆ ready()

bool CEveryNMillisDynamic::ready ( )
inline

Definition at line 1059 of file lib8tion.h.

1059 {
1060 bool isReady = (getElapsed() >= getPeriod());
1061 if( isReady ) { reset(); }
1062 return isReady;
1063 }
uint32_t getPeriod() const
Definition lib8tion.h:1055
uint32_t getElapsed()
Definition lib8tion.h:1056

References getElapsed(), getPeriod(), and reset().

Referenced by operator bool().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: