mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
33 lines
686 B
Markdown
33 lines
686 B
Markdown
|
# 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.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.
|
||
|
|