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

44 lines
1.1 KiB
Markdown
Raw Normal View History

2022-12-06 14:03:12 -05:00
# Change Log MSP300
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-13 06:41:34 -04:00
## [0.3.0] - 2024-05-09
- Fix read bug, thanks to Gabo-Bravo
- updated readme.md
- added **uint8_t getStatus()** + defines for error codes.
- update the default I2C address to 0x28 (within range).
- rewrite **readPT()** and cache pressure, temperature and status.
- add **readP()** to read pressure and status only. (faster).
- add **getPmin()** and **getPmax()** for calibration.
- add **MSP300_performance.ino** to measure I2C read performance.
- add **MSP300_demo_pressure_only.ino**
- add **MSP300_fast_pressure.ino**
- update keywords.txt
----
2023-12-05 12:00:25 -05:00
## [0.2.0] - 2023-12-05
- refactor begin()
- update readme.md
- minor edits
----
## [0.1.2] - 2023-09-23
2023-09-23 13:11:32 -04:00
- add Wire1 support for ESP32
- fix keywords.txt
- update readme.md
2023-02-05 04:52:57 -05:00
## [0.1.1] - 2023-02-05
- update readme.md
- update GitHub actions
- update license 2023
## [0.1.0] - 2022-12-06
2022-12-06 14:03:12 -05:00
- initial version