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 35 of file fastled_delay.h.

35{ mLastMicros = micros() & 0xFFFF; }
uint16_t mLastMicros
Timestamp of the last time this was run, in microseconds.
Class to ensure that a minimum amount of time has kicked since the last time run - and delay if not e...

References mLastMicros.