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

Method reset

src/fl/math/filter/filter.h:296–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 FASTLED_FORCE_INLINE T update(T input, T dt_seconds) { return mImpl.update(input, dt_seconds); }
295 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
296 FASTLED_FORCE_INLINE void reset(T initial = T(0)) { mImpl.reset(initial); }
297 FASTLED_FORCE_INLINE void setTau(T tau_seconds) { mImpl.setTau(tau_seconds); }
298 private:
299 detail::CascadedEMAImpl<T, Stages> mImpl;

Callers

nothing calls this directly

Calls 2

TEnum · 0.85
resetMethod · 0.45

Tested by

no test coverage detected