mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
758 B
758 B
Change Log DS2438
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[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
[0.1.0] - 2024-01-26
- initial release (experimental, not tested with hardware)
[0.0.0] - 2023-07-28
- initial version (partial)