Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ delayMicroseconds
Function
delayMicroseconds
src/platforms/arm/lpc/platform_time_lpc.cpp.hpp:76–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void delayMicroseconds(u32 us) FL_NOEXCEPT {
77
const u32 start = micros();
78
while ((micros() - start) < us) {
79
}
80
}
81
82
u32 millis() FL_NOEXCEPT {
83
lpc_time::init_systick();
Callers
15
showPixels
Method · 0.70
showPixels
Method · 0.50
showPixels
Method · 0.50
showPixels
Method · 0.50
showPixels
Method · 0.50
showPixels
Method · 0.50
showPixels
Method · 0.50
showPixels
Method · 0.50
showPixels
Method · 0.50
showPixels
Method · 0.50
ClocklessController_ezWS2812_GPIO_39MHz
Class · 0.50
showPixels
Method · 0.50
Calls
1
micros
Function · 0.50
Tested by
no test coverage detected