GY-63_MS5611/libraries/MAX14661/CHANGELOG.md

47 lines
920 B
Markdown
Raw Normal View History

2022-11-16 09:18:12 -05:00
# Change Log MAX14661
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/).
2023-02-25 10:29:54 -05:00
2023-12-07 11:22:19 -05:00
## [0.2.0] - 2023-12-07
- refactor API, begin()
- add **getAddress()**
2023-09-23 13:53:53 -04:00
- update readme.md
2023-12-07 11:22:19 -05:00
- update examples
- minor edits
----
2023-09-23 13:53:53 -04:00
2023-12-07 11:22:19 -05:00
## [0.1.5] - 2023-09-23
- Add Wire1 support for ESP32
- update readme.md
2023-09-23 13:53:53 -04:00
2023-02-25 10:29:54 -05:00
## [0.1.4] - 2023-02-25
- update readme.md
- prepare error handling.
- fix error flag in constructor (was undefined).
- add some unit tests.
- update GitHub actions
- update license 2023
- minor edits
2022-11-16 09:18:12 -05:00
## [0.1.3] - 2022-11-16
- add RP2040 in build-CI
- add changelog.md
- minor edits readme.md
## [0.1.2] - 2021-12-21
- update library.json
- update license,
- minor edits
## [0.1.1] - 2021-08-30
- add shadow interface - experimental
## [0.1.0] - 2021-01-29
- initial version.