MCPcopy Create free account
hub / github.com/FastLED/FastLED / micros

Function micros

src/platforms/arduino/platform_time.cpp.hpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30fl::u32 micros() {
31 return static_cast<fl::u32>(::micros());
32}
33
34} // namespace platforms
35} // namespace fl

Callers 3

microsMethod · 0.50
waitMethod · 0.50
delayMicrosecondsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected