mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
49 lines
907 B
Markdown
49 lines
907 B
Markdown
|
# Change Log DHT12
|
||
|
|
||
|
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-01
|
||
|
- add changelog.md
|
||
|
- add rp2040 to build-CI
|
||
|
|
||
|
|
||
|
## [0.3.2] - 2021-12-16
|
||
|
- update library.json
|
||
|
- update license
|
||
|
- add isConnected()
|
||
|
|
||
|
## [0.3.1] - 2021-10-25
|
||
|
- add lastRead()
|
||
|
- update Arduino-CI
|
||
|
- add badges
|
||
|
|
||
|
## [0.3.0] - 2020-12-19
|
||
|
- add Arduino-CI + unit test
|
||
|
- temperature and humidity made private
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.2.1] - 2020-06-07
|
||
|
- fix library.json
|
||
|
|
||
|
## [0.2.0] - 2020-04-11
|
||
|
- explicit constructors, select other Wire interface,
|
||
|
- #pragma once
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.2] - 2018-09-02
|
||
|
- fix negative temperature DHT12 - issue #111
|
||
|
|
||
|
## [0.1.1] - 2017-12-19
|
||
|
- added ESP8266 - issue #86
|
||
|
- Verified by Viktor Balint
|
||
|
|
||
|
## [0.1.0] - 2017-12-11
|
||
|
- initial version
|
||
|
|