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

Method trigger

src/lib8tion.h:846–846  ·  view source on GitHub ↗

Reset the timestamp so it is ready() on next call

Source from the content-addressed store, hash-verified

844
845 /// Reset the timestamp so it is ready() on next call
846 void trigger() { mPrevTrigger = getTime() - mPeriod; };
847
848 /// @copydoc ready()
849 operator bool() { return ready(); }

Callers 5

flowfield.hppFile · 0.45
time_alpha.hppFile · 0.45
applyFancyEffectFunction · 0.45
loopFunction · 0.45
loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected