# Change Log MINMAX All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [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.