GY-63_MS5611/libraries/RunAvgWeight/CHANGELOG.md
2024-08-19 20:34:31 +02:00

648 B

Change Log RunAvgWeight

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.

[0.2.0] - 2024-08-12

  • Fix #6, float getFastAverage() => fix clear()
  • Fix #4, add float getCoefficientOfVariation()
  • add bool return value for clear(), addValue()
  • update readme.md
  • update keywords.txt

[0.1.1] - 2024-07-01

  • update documentation
  • sync order of functions in .h and .cpp
  • minor edits

[0.1.0] - 2024-06-30

  • initial version, based upon RunningAverage