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

◆ delayUs()

void fl::delayUs ( u32 us)
inline

Shorter alias for delayMicroseconds.

Parameters
usMicroseconds to delay

Definition at line 113 of file delay.h.

113 {
115}
void delayMicroseconds(u32 us)
Delay for a given number of microseconds.

References delayMicroseconds(), and FL_NOEXCEPT.

+ Here is the call graph for this function: