Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
void 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
delayUs
Function · 0.70
readSerialStringUntil
Function · 0.50
testRxChannel
Function · 0.50
readStringUntil
Function · 0.50
pollUntilReady
Method · 0.50
colorWipe
Function · 0.50
executeToggles
Function · 0.50
autoResearchLowMemorySetup
Function · 0.50
registerFunctions
Method · 0.50
Calls
no outgoing calls
Tested by
2
testRxChannel
Function · 0.40
executeToggles
Function · 0.40