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