GY-63_MS5611/libraries/M62429/CHANGELOG.md
2023-11-08 19:04:11 +01:00

62 lines
1.1 KiB
Markdown

# Change Log M62429
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.3.7] - 2023-11-08
- update readme.md
- moved isMuted to .cpp
- update keywords.txt
- minor edits
## [0.3.6] - 2022-11-15
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
## [0.3.5] - 2022-02-21
- add minimal M62429_RAW class
## [0.3.4] - 2022-02-15
- improve conditional delayMicroseconds()
## [0.3.3] - 2022-02-12
- fix #10 add channel parameter to incr() and decr()
- improve muteOn() + muteOff()
## [0.3.2] - 2022-02-12
- fix #8 mute behaviour
## [0.3.1] - 2022-02-12
- performance updates
- average(), incr() and decr()
## [0.3.0] - 2021-12-30
- fix #4 incomplete protocol
- add examples
- refactor
----
## [0.2.3] - 2021-12-21
- update library.json, license, readme, minor edits
## [0.2.2] - 2021-05-27
- fix library.properties
## [0.2.1] - 2020-12-30
- add Arduino-CI + unit test
## [0.2.0] - 2020-08-02
- refactor
----
## [0.1.0] - 2019-01-17
- initial version