mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
34 lines
734 B
Markdown
34 lines
734 B
Markdown
# 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/).
|
|
|
|
|
|
## [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
|
|
|
|
## [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
|
|
|