FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ mark()

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

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

Definition at line 37 of file fastled_delay.h.

37{ 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.