2022-11-01 15:26:33 -04:00
|
|
|
# Change Log DHT2pin
|
|
|
|
|
|
|
|
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-01-29 14:16:17 -05:00
|
|
|
## [0.2.0] - 2023-01-29
|
|
|
|
- add temperature() and humidity() as access function.
|
|
|
|
- move code to .cpp
|
|
|
|
- removed inline wrappers (minimize concept)
|
|
|
|
- update GitHub actions
|
|
|
|
- update license 2023
|
|
|
|
- update metadata
|
|
|
|
- add constants to unit test
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2022-11-01 15:26:33 -04:00
|
|
|
## [0.1.3] - 2022-11-01
|
|
|
|
- add changelog.md
|
|
|
|
- add rp2040 to build-CI
|
|
|
|
|
|
|
|
## [0.1.2] - 2021-12-16
|
|
|
|
- update library.json, license, minor edits
|
|
|
|
|
|
|
|
## [0.1.1] - 2020-12-19
|
|
|
|
- added arduino-ci + unit test
|
|
|
|
|
|
|
|
## [0.1.0] - 2020-06-30
|
|
|
|
- own repository
|
|
|
|
- #pragma once
|
|
|
|
|
2023-01-29 14:16:17 -05:00
|
|
|
----
|
|
|
|
|
2022-11-01 15:26:33 -04:00
|
|
|
## [0.0.3]
|
|
|
|
- Fix issue #33
|
|
|
|
|
|
|
|
## [0.0.2]
|
|
|
|
- support for non "F_CPU" boards especially Galileo
|
|
|
|
- Tested and verified by Maria Emanuella Moura Silva (thanks)
|
|
|
|
- changed name to DHT2pin
|
|
|
|
|
|
|
|
## [0.0.1] - 2016-09-05
|
|
|
|
- initial version - based upon 0.1.13 DHT
|
|
|
|
|