All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- add Arduino build-CI
- add unit test
- add LINT
- add badges to readme.md
- add changelog.md
- improved performance add()
- add smooth_performance.ino
- changed type count to uint32_t - to extend the range.
- changed type set_size to uint16_t - to prevent signed/unsigned comparison.
- add parameters to reset(int const window, int const c = 0, double const a = 0.0) to match behavior constructor.
- add missing
cbchange = 0;
in constructor - minor edits readme.md
- initial version