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

◆ update()

template<typename T = float>
FASTLED_FORCE_INLINE T fl::DCBlocker< T >::update ( T input)
inline

Definition at line 243 of file filter.h.

243{ return mImpl.update(input); }
detail::DCBlockerImpl< T > mImpl
Definition filter.h:248

References FASTLED_FORCE_INLINE, and mImpl.