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

◆ reset() [1/2]

void fl::Timeout::reset ( u32 start_time)
inline

Reset the timeout to start counting from specified time.

Parameters
start_timeNew start timestamp

Definition at line 68 of file timeout.h.

68 {
69 mStartTime = start_time;
70 }
u32 mStartTime
Start timestamp.
Definition timeout.h:81

References mStartTime.