15 #include "RollingAverage.h" 41 template <
class T, const u
int8_t RESOLUTION_INCREASE_BITS>
46 using RollingAverage<T, (1<<(RESOLUTION_INCREASE_BITS*2))>::add;
55 return add(input)>>RESOLUTION_INCREASE_BITS;
Calculates a running average over a specified number of the most recent readings. ...
Enables the resolution of analog inputs to be increased by oversampling and decimation.