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

◆ CMinWait()

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

Constructor.

Definition at line 24 of file fastled_delay.h.

24{ mLastMicros = 0; }
uint16_t mLastMicros
Timestamp of the last time this was run, in microseconds.

References mLastMicros.