Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ micros
Function
micros
src/platforms/arduino/platform_time.cpp.hpp:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
fl::u32 micros() {
31
return static_cast<fl::u32>(::micros());
32
}
33
34
} // namespace platforms
35
} // namespace fl
Callers
3
micros
Method · 0.50
wait
Method · 0.50
delayMicroseconds
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected