movingAvg

Data Processing

A simple Arduino library for calculating moving averages.
Useful for smoothing sensor readings, etc. For efficiency, the library operates in the integer domain; therefore the moving average calculation is approximate.

Author: Jack Christensen

Maintainer: Jack Christensen

Read the documentation

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.