mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1020 B
1020 B
Change Log MINMAX
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.2] - 2023-12-12
- add void setResetDefaults(float minimum, float maximum)
- update readme
[0.2.1] - 2023-11-14
- update readme.md
- update examples
[0.2.0] - 2022-12-07
- fix #6 split in .cpp and .h
- remove obsolete autoReset()
- update readme.md
- update keywords.txt
- update unit test
- update examples
[0.1.3] - 2022-11-17
- add RP2040 in build-CI
- add changelog.md
- edit readme.md
- add callback()
- add lastValue()
- add lastMin() && lastMax() - timestamps of the peaks
- add example callback()
[0.1.2] - 2021-12-21
- update library.json
- update license
- minor edits
- defined constants
[0.1.1] - 2021-11-09
- update readme, parameters
- add getAutoResetCount()
- rename setAutoResetCount()
[0.1.0] - 2021-10-14
- initial version.