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

Method update

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

Source from the content-addressed store, hash-verified

336 return BiquadFilter(Impl::notch(center_hz, sample_rate, q));
337 }
338 FASTLED_FORCE_INLINE T update(T input) { return mImpl.update(input); }
339 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
340 FASTLED_FORCE_INLINE void reset() { mImpl.reset(); }
341 private:

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected