Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ millis
Function
millis
src/platforms/wasm/platform_time.cpp.hpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
fl::u32 millis() {
43
return ::millis();
44
}
45
46
fl::u32 micros() {
47
return ::micros();
Callers
1
delay
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected