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

32 lines
758 B
Markdown
Raw Normal View History

2024-01-26 15:42:18 -05:00
# Change Log DS2438
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-01-27 11:16:37 -05:00
## [0.1.1] - 2024-01-27
- add **float readVAD()** and **float getVAD()**
- add **uint32_t readDisconnectTime()**
- add **uint32_t readEndOfChargeTime()**
- add **void enableCCA()** and **void disableCCA()**
- add **float readCCA()** and **float readDCA()**
- add **float readRemaining()**
- rename some functions
- update readme.md
- implement some optimizations
- minor edits
2024-01-26 15:42:18 -05:00
## [0.1.0] - 2024-01-26
- initial release (experimental, not tested with hardware)
----
## [0.0.0] - 2023-07-28
- initial version (partial)