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

Function delayMicroseconds

src/fl/system/delay.cpp.hpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void delayMicroseconds(u32 us) FL_NOEXCEPT {
207 // Direct pass-through to platform layer (no async pumping for microsecond precision)
208 fl::platforms::delayMicroseconds(us);
209}
210
211
212

Callers 9

delayUsFunction · 0.70
readSerialStringUntilFunction · 0.50
testRxChannelFunction · 0.50
readStringUntilFunction · 0.50
pollUntilReadyMethod · 0.50
colorWipeFunction · 0.50
executeTogglesFunction · 0.50
registerFunctionsMethod · 0.50

Calls

no outgoing calls

Tested by 2

testRxChannelFunction · 0.40
executeTogglesFunction · 0.40