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

◆ delayMicroseconds()

void fl::delayMicroseconds ( u32 us)

Delay for a given number of microseconds.

Parameters
usMicroseconds to delay

Definition at line 206 of file delay.cpp.hpp.

206 {
207 // Direct pass-through to platform layer (no async pumping for microsecond precision)
208 fl::platforms::delayMicroseconds(us);
209}

References FL_NOEXCEPT.

Referenced by delayUs(), fl::third_party::ezWS2812::end_transfer(), fl::third_party::ezWS2812gpio::end_transfer(), executeToggles(), readSerialStringUntil(), readStringUntil(), and fl::validation::testRxChannel().

+ Here is the caller graph for this function: