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

Method tick

src/fl/remote/remote.cpp.hpp:222–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220// Update Loop
221
222size_t Remote::tick(u32 currentTimeMs) {
223 // Clear previous results
224 mResults.clear();
225
226 // Delegate to generic scheduler - tasks handle their own execution and result recording
227 return mScheduler.tick(currentTimeMs);
228}
229
230// Utility Methods
231

Callers 2

executeMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected