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

◆ every_ms() [2/2]

Handle fl::task::every_ms ( int interval_ms,
const TracePoint & trace )

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

324 {
325 return Handle(fl::make_shared<TimeTask>(TaskType::kEveryMs, interval_ms, trace));
326}
Task Handle with fluent API (was class fl::task, renamed to avoid namespace collision)
Definition task.h:139
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References kEveryMs, and fl::make_shared().

+ Here is the call graph for this function: