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

◆ at_framerate() [2/2]

Handle fl::task::at_framerate ( int fps,
const TracePoint & trace )

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

332 {
333 return Handle(fl::make_shared<TimeTask>(TaskType::kAtFramerate, 1000 / fps, trace));
334}
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 kAtFramerate, and fl::make_shared().

+ Here is the call graph for this function: