FastLED 3.9.15
Loading...
Searching...
No Matches

◆ update()

template<typename T = float, fl::size N = 8>
FASTLED_FORCE_INLINE T fl::MovingAverage< T, N >::update ( T input)
inline

Definition at line 426 of file filter.h.

426{ return mImpl.update(input); }
detail::MovingAverageImpl< T, N > mImpl
Definition filter.h:434

References FASTLED_FORCE_INLINE, and mImpl.