2022-11-26 07:08:45 -05:00
|
|
|
# Change Log TCA9555
|
|
|
|
|
|
|
|
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/).
|
|
|
|
|
|
|
|
|
2023-01-12 14:18:00 -05:00
|
|
|
## [0.1.5] - 2022-12-30
|
|
|
|
- add pin numbers TCA_P00 -- TCA_P17
|
|
|
|
- add **uint8_t getType()** + example
|
|
|
|
- update unit test
|
|
|
|
|
|
|
|
|
2022-12-29 10:04:09 -05:00
|
|
|
## [0.1.4] - 2022-12-29
|
|
|
|
- Fix #7 missing public:
|
|
|
|
- add unit test for TCA9535 constructor
|
|
|
|
- add examples for TCA9535
|
|
|
|
- update examples
|
|
|
|
- add **getAddress()** (debugging)
|
|
|
|
- update readme.md
|
|
|
|
- update GitHub actions -> v3
|
|
|
|
|
2022-11-26 07:08:45 -05:00
|
|
|
## [0.1.3] - 2022-11-25
|
|
|
|
- Add RP2040 support to build-CI.
|
|
|
|
- Add CHANGELOG.md
|
|
|
|
- update readme.md
|
|
|
|
|
|
|
|
|
|
|
|
## [0.1.2] - 2021-12-28
|
|
|
|
- update Arduino-CI
|
|
|
|
- update readme.md
|
|
|
|
- update license
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
## [0.1.1] - 2021-06-10
|
|
|
|
- add 16 bit interface
|
|
|
|
|
|
|
|
|
|
|
|
## [0.1.0] - 2021-06-09
|
|
|
|
- initial version
|
|
|
|
|