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

◆ set_last_run_time()

void fl::task::TimeTask::set_last_run_time ( u32 time)
inlineoverridevirtual

Implements fl::task::ITaskImpl.

Definition at line 154 of file task.cpp.hpp.

154{ mLastRunTime = time; }
fl::u64 time() FL_NOEXCEPT
Alias for millis64() - returns 64-bit millisecond time.
Definition chrono.h:346

References mLastRunTime, and fl::time().

+ Here is the call graph for this function: