MCPcopy Create free account
hub / github.com/FastLED/FastLED / at_framerate

Function at_framerate

src/fl/task/task.cpp.hpp:328–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328Handle at_framerate(int fps) {
329 return Handle(fl::make_shared<TimeTask>(TaskType::kAtFramerate, 1000 / fps));
330}
331
332Handle at_framerate(int fps, const TracePoint& trace) {
333 return Handle(fl::make_shared<TimeTask>(TaskType::kAtFramerate, 1000 / fps, trace));

Callers 1

setupFunction · 0.85

Calls 1

HandleClass · 0.85

Tested by

no test coverage detected