mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
49 lines
970 B
Markdown
49 lines
970 B
Markdown
# Change Log AM2315
|
|
|
|
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.2.0] - 2023-10-13
|
|
- simplified **begin()** no more Wire pin setting.
|
|
- update examples.
|
|
- add **AM2315_Wire1.ino** example
|
|
- update readme.md
|
|
- update unit test
|
|
- minor edits
|
|
|
|
----
|
|
|
|
## [0.1.7] - 2023-01-21
|
|
- update GitHub actions
|
|
- update license 2023
|
|
- update keywords.txt
|
|
- minor edits comments
|
|
- add offset example
|
|
- minor edit README.md
|
|
|
|
## [0.1.6] - 2022-10-27
|
|
- Add RP2040 support to build-CI.
|
|
- Add CHANGELOG.md
|
|
|
|
## [0.1.5] - 2020-03-25
|
|
- fix #11 Warning requestFrom for ESP32
|
|
|
|
## [0.1.4] - 2022-06-18
|
|
- sync with AM232X (readme)
|
|
|
|
## [0.1.3] - 2022-06-17
|
|
- sync with AM232X
|
|
|
|
## [0.1.2] - 2022-01-13
|
|
- fix wake-up in read() for ESP32
|
|
|
|
## [0.1.1] - 2022-01-11
|
|
- fix handshake
|
|
|
|
## [0.1.0] - 2022-01-05
|
|
- initial version
|
|
|