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

◆ mark()

template<int WAIT>
void CMinWait< WAIT >::mark ( )
inline

Reset the timestamp that marks the start of the wait period.

Definition at line 43 of file fastled_delay.h.

43{ mLastMicros = fl::micros() & 0xFFFF; }
fl::u16 mLastMicros
Timestamp of the last time this was run, in microseconds.
fl::u32 micros()
Universal microsecond timer - returns microseconds since system startup.

References fl::micros(), and mLastMicros.

+ Here is the call graph for this function: