2022-11-02 11:22:23 +01:00
|
|
|
# Change Log DHTINT
|
|
|
|
|
|
|
|
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-10-25 17:21:50 +02:00
|
|
|
## [0.1.4] - 2023-10-25
|
|
|
|
- update readme.md
|
|
|
|
- fix version in .cpp
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
|
2022-11-02 11:22:23 +01:00
|
|
|
## [0.1.3] - 2022-11-02
|
|
|
|
- add changelog.md
|
|
|
|
- add rp2040 to build-CI
|
|
|
|
- add keywords.txt
|
|
|
|
|
|
|
|
## [0.1.2] - 2022-05-12
|
|
|
|
- fix #2 - add decimal offset support
|
|
|
|
- fix float bug
|
|
|
|
|
|
|
|
## [0.1.1] - 2022-05-11
|
|
|
|
- add getRawTemperature() and getRawHumidity()
|
|
|
|
|
|
|
|
## [0.1.0] - 2022-05-08
|
|
|
|
- initial version based upon DHTNEW
|