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

◆ update()

template<typename T, int K = 2>
T fl::detail::LeakyIntegratorImpl< T, K >::update ( T input)
inline

Definition at line 15 of file leaky_integrator_impl.h.

15 {
16 mY = mY + shift_right(input - mY);
17 return mY;
18 }
static fl::enable_if< fl::is_floating_point< U >::value, U >::type shift_right(U val)

References mY, and shift_right().

+ Here is the call graph for this function: