GY-63_MS5611/libraries/PCF8575/CHANGELOG.md

58 lines
1.2 KiB
Markdown
Raw Normal View History

2022-04-11 04:49:34 -04:00
# Change Log PCF8575
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/).
2022-11-21 14:26:00 -05:00
## [0.1.6] - 2022-11-21
- add RP2040 to build-CI
- simplified changelog.md
- add interrupt section to readme.md
- update GitHub actions from v2 -> v3 (kudos to Thijs Triemstra)
2022-06-19 04:49:56 -04:00
2022-11-21 14:26:00 -05:00
## [0.1.6] - 2022-06-18
2022-06-19 04:49:56 -04:00
- add select(), selectN(), selectAll(), selectNone()
- update documentation
2022-04-11 04:49:34 -04:00
## [0.1.5] - 2022-04-11
- add CHANGELOG.md
- **begin(int sda, int scl)** int parameters for ESP alike.
2022-11-21 14:26:00 -05:00
to keep this library in sync with PCF8574 library.
2022-04-11 04:49:34 -04:00
## [0.1.4] - 2021-12-23
2022-11-21 14:26:00 -05:00
- update library.json
- update license
- update readme.md
- minor edits
2022-04-11 04:49:34 -04:00
## [0.1.3] - 2021-12-01
- add getButtonMask()
2022-11-21 14:26:00 -05:00
- update build-CI
- update readme.md
2022-04-11 04:49:34 -04:00
## [0.1.2] - 2021-07-09
2022-11-21 14:26:00 -05:00
- fix #10 add set/getAddress()
2022-04-11 04:49:34 -04:00
## [0.1.1] - 2021-04-23
- fix for platformIO compatibility
## [0.1.0] - 2021-01-03
- add Arduino-CI + unit tests
2022-11-21 14:26:00 -05:00
----
2022-04-11 04:49:34 -04:00
## [0.0.3] - 2020-07-29
2022-11-21 14:26:00 -05:00
- fix #5 reverse()
- refactor.
2022-04-11 04:49:34 -04:00
## [0.0.2] - 2020-07-21
2022-11-21 14:26:00 -05:00
- fix reverse()
- refactor;
2022-04-11 04:49:34 -04:00
## [0.0.1] - 2020-07-20
- initial version