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

◆ create_at_framerate() [2/2]

fl::shared_ptr< TaskImpl > fl::TaskImpl::create_at_framerate ( int fps,
const fl::TracePoint & trace )
static

Definition at line 53 of file task.cpp.

53 {
54 return fl::make_shared<TaskImpl>(TaskType::kAtFramerate, 1000 / fps, trace);
55}
@ kAtFramerate
Definition task.h:45
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References fl::kAtFramerate, and fl::make_shared().

+ Here is the call graph for this function: