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

◆ update()

template<typename T = float>
FASTLED_FORCE_INLINE T fl::ExponentialSmoother< T >::update ( T input,
T dt_seconds )
inline

Definition at line 190 of file filter.h.

190{ return mImpl.update(input, dt_seconds); }
detail::ExponentialSmootherImpl< T > mImpl
Definition filter.h:195

References FASTLED_FORCE_INLINE, and mImpl.