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

◆ setTau()

template<typename T = float, int Stages = 2>
FASTLED_FORCE_INLINE void fl::CascadedEMA< T, Stages >::setTau ( T tau_seconds)
inline

Definition at line 297 of file filter.h.

297{ mImpl.setTau(tau_seconds); }
detail::CascadedEMAImpl< T, Stages > mImpl
Definition filter.h:299

References FASTLED_FORCE_INLINE, and mImpl.