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

◆ value()

template<typename T = float, int Stages = 2>
FASTLED_FORCE_INLINE T fl::CascadedEMA< T, Stages >::value ( ) const
inline

Definition at line 295 of file filter.h.

295{ return mImpl.value(); }
detail::CascadedEMAImpl< T, Stages > mImpl
Definition filter.h:299

References FASTLED_FORCE_INLINE, and mImpl.