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 1129 of file lib8tion.h.

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

References reset(), and setPeriod().

+ Here is the call graph for this function: