MCPcopy Create free account
hub / github.com/FastLED/FastLED / delayUs

Function delayUs

src/fl/system/delay.h:113–115  ·  view source on GitHub ↗

Shorter alias for delayMicroseconds @param us Microseconds to delay

Source from the content-addressed store, hash-verified

111/// Shorter alias for delayMicroseconds
112/// @param us Microseconds to delay
113inline void delayUs(u32 us) FL_NOEXCEPT {
114 delayMicroseconds(us);
115}
116
117/// Shorter alias for delay with optional async task pumping
118/// @param ms Milliseconds to delay

Callers

nothing calls this directly

Calls 1

delayMicrosecondsFunction · 0.70

Tested by

no test coverage detected