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

37 lines
796 B
Markdown
Raw Permalink Normal View History

2022-11-16 10:03:33 -05:00
# Change Log MAX44007
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/).
2024-05-22 04:16:00 -04:00
## [0.2.1] - 2024-05-17
- add **getCurrentDivisorRatio()**
- add **getAddress()** convenience
- add **max44007_performance.ino**.
- add **max44007_test_manual_mode.ino**.
- update readme.md
- update keywords.txt
- minor edits.
2023-10-04 04:40:31 -04:00
## [0.2.0] - 2023-10-02
- refactor constructor around I2C interface (simpler)
- remove **configure()**
- update readme.md
- update examples
----
2022-11-16 10:03:33 -05:00
## [0.1.2] - 2022-11-16
- add RP2040 in build-CI
- add changelog.md
## [0.1.1] - 2022-01-05
- minor refactor
## [0.1.0] - 2022-01-04
- initial version (derived from Max44009 0.5.1)