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

51 lines
931 B
Markdown
Raw Normal View History

2022-11-24 08:11:40 -05:00
# Change Log SHT85
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/).
## [0.3.3] - 2022-11-24
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
## [0.3.2] - 2022-01-17
- fix #8 add SHT_DEFAULT_ADDRESS + 2x begin()
## [0.3.1] - 2021-12-28
- update library.json
- update readme.md
- update license
- minor edits
## [0.3.0] - 2021-10-20
- Fix #6 image in documentation,
- pdate build-CI
----
## [0.2.0] - 2021-08-24
- split off base class
- create derived classes SHT85, 30, 31, 35
----
## [0.1.4] - 2021-08-24
- prevent heater to switch on too fast.
- update readme
## [0.1.3] - 2021-08-06
- expose raw data from sensor
## [0.1.2] - 2021-05-27
- fix Arduino-lint
## [0.1.1] - 2021-03-13
- initial release
## [0.1.0] - 2021-02-10
- initial version