Data Processing
A library to simplify averaging a moving window of values.
Use insertValue() to add a value to the array and bump the oldest value off, similar to a FIFO queue. Values can also be set explicitly.
Maintainer: Adam Howell
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.