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

◆ update()

template<typename T = float, int K = 2>
FASTLED_FORCE_INLINE T fl::LeakyIntegrator< T, K >::update ( T input)
inline

Definition at line 267 of file filter.h.

267{ return mImpl.update(input); }
detail::LeakyIntegratorImpl< T, K > mImpl
Definition filter.h:271

References FASTLED_FORCE_INLINE, and mImpl.