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

Method update

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

Source from the content-addressed store, hash-verified

387 OneEuroFilter(T min_cutoff, T beta, T d_cutoff = T(1.0f))
388 : mImpl(min_cutoff, beta, d_cutoff) {}
389 FASTLED_FORCE_INLINE T update(T input, T dt) { return mImpl.update(input, dt); }
390 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
391 FASTLED_FORCE_INLINE void reset(T initial = T(0)) { mImpl.reset(initial); }
392 private:

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected