mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
25 lines
603 B
Markdown
25 lines
603 B
Markdown
# Change Log SHT31_SW
|
|
|
|
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.2] - 2023-07-23
|
|
- update documentation
|
|
- remove commented **SoftwareWire** version => own repo.
|
|
|
|
|
|
## [0.1.1] - 2023-05-12
|
|
- add **commented** version with **SoftwareWire** to "fix" issue #5
|
|
- clean up SHT31_SW.cpp
|
|
- update keywords.txt
|
|
- update readme.md
|
|
|
|
## [0.1.0] - 2023-03-23
|
|
- initial version, derives from SHT31 0.3.8
|
|
- uses **SoftWire** I2C library.
|
|
|
|
|