Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ micros
Function
micros
src/platforms/esp/32/platform_time_esp32.cpp.hpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
fl::u32 micros() {
48
return static_cast<fl::u32>(::micros());
49
}
50
51
} // namespace platforms
52
} // namespace fl
Callers
3
advancePipeline
Method · 0.50
waitTxDone
Method · 0.50
isBusy
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected