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

◆ CEveryNTime() [2/2]

CEveryNTime::CEveryNTime ( TIMETYPE period)
inline

Constructor.

Parameters
periodthe time interval between triggers

Definition at line 815 of file lib8tion.h.

815{ reset(); setPeriod(period); };
void setPeriod(TIMETYPE period)
Set the time interval between triggers.
Definition lib8tion.h:818
void reset()
Reset the timestamp to the current time.
Definition lib8tion.h:843

References reset(), and setPeriod().

+ Here is the call graph for this function: