RobTillaart / RunningAverage

Arduino library to calculate the running average by means of a circular buffer.
MIT License
53 stars 10 forks source link

add add() function as inline synonym of addValue() #7

Closed RobTillaart closed 3 years ago

RobTillaart commented 3 years ago

synchronize interface with runningMedian as far as possible.