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

27 lines
626 B
Markdown
Raw Normal View History

2023-07-20 10:06:31 -04:00
# Change Log SHT31_SWW
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-12-09 13:55:11 -05:00
## [0.1.2] - 2023-12-09
- refactor API, follow SHT31
----
2023-11-22 03:58:07 -05:00
## [0.1.2] - 2023-11-22
- update readme.md
2023-07-23 08:19:03 -04:00
## [0.1.1] - 2023-07-23
- update documentation
- minor edits
2023-07-20 10:06:31 -04:00
## [0.1.0] - 2023-03-23
- initial version, derives from SHT31 0.3.8
2023-07-23 08:19:03 -04:00
- uses **SoftwareWire.h** to get SHT85 working on UNO.
- disabled build-CI as I did not get it to work.
2023-07-20 10:06:31 -04:00
- update examples, unit test.
- update readme.md.