Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ micros
Function
micros
src/fl/stl/chrono.cpp.hpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
fl::u32 micros() {
81
// Note: micros() does not support time injection
82
return fl::platforms::micros();
83
}
84
85
namespace {
86
// Thread-safe 64-bit millisecond counter state
Callers
8
now
Method · 0.70
run
Function · 0.50
get_ready
Function · 0.50
logOutput
Function · 0.50
logFrame
Function · 0.50
draw
Method · 0.50
waitForCondition
Method · 0.50
waitForCondition
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected