Old name: MovingAverage_ArduinoLibrary
This library is deprecated. All support is now dedicated to Data Tome!
Data Tome includes all the features of Moving Average Plus, in addition to many other features, such as better type control, more statistics, and better test coverage.
Start coding with Data Tome!
This library is listed in the official Arduino Library Manager, and you can also find it at Arduino Library List.
—Recommended Platform— Now it's possible to install this library on the PlatformIO Registry!
Check our exclusive feature, the Partials!
This library implements the moving average using a circular array to improve the performance.
Online Docs: Click here to see the full documentation
GitHub Repository: The documentation is coded with docusaurus, and you can visit the repository
- Fork it (https://github.com/AlexandreHiroyuki/MovingAveragePlus)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Added something'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
You can find a Pull Request template on https://github.com/flexyford/pull-request-template