FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getTime()

fl::u32 fl::Engine::getTime ( )
inline

Definition at line 58 of file engine.h.

58{ return currentTime.has_value() ? currentTime.value() : fl::millis(); }
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.
fl::optional< fl::u32 > currentTime
Definition engine.h:52

References currentTime, and fl::millis().

Referenced by calculate_oscillators(), and run_default_oscillators().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: