mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
75 lines
1.4 KiB
Markdown
75 lines
1.4 KiB
Markdown
# 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/).
|
|
|
|
|
|
## [0.3.2] - 2024-03-11
|
|
- Fix #18, pinMode in examples (kudos to nerdyscout)
|
|
- update GitHub actions to v4
|
|
- update readme.md
|
|
- add **TCA9555_interrupt.ino** to be verified
|
|
- add datasheet to repo
|
|
- minor edits
|
|
|
|
|
|
## [0.3.1] - 2024-01-06
|
|
- minor edits
|
|
|
|
## [0.3.0] - 2023-12-23
|
|
- Fix #14, support for Arduino ESP32 S3 - breaking change
|
|
- update readme.md
|
|
- update examples.
|
|
|
|
----
|
|
|
|
## [0.2.0] - 2023-12-08
|
|
- refactor API, begin()
|
|
- update readme.md
|
|
- update examples.
|
|
|
|
----
|
|
|
|
## [0.1.7] - 2023-11-22
|
|
- update readme.md
|
|
|
|
## [0.1.6] - 2023-09-23
|
|
- add Wire1 support for ESP32
|
|
- update readme.md
|
|
|
|
## [0.1.5] - 2022-12-30
|
|
- add pin numbers TCA_P00 -- TCA_P17
|
|
- add **uint8_t getType()** + example
|
|
- update unit test
|
|
|
|
## [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
|
|
|
|
## [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
|
|
|