MCPcopy 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
42fl::u32 millis() {
43 return ::millis();
44}
45
46fl::u32 micros() {
47 return ::micros();

Callers 1

delayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected