Releases: RobTillaart/TCA9548
Releases · RobTillaart/TCA9548
0.3.0 release
- Fix #20, disableChannel() bug + optimize.
- Fix isConnected(address, channel) bug.
- update keywords.txt
- update readme.md
- add uint8_t find(address) function, returns mask.
- update / add examples.
0.2.2 release
add isConnected(address, channel) (#19) - add **bool isConnected(uint8_t address, uint8_t channel)** - minor edits
0.2.1 release
add PCA954x compatibles (#16) - add derived classes - PCA9543 (2 channel), PCA9545 (4 channel), PCA9546 (4 channel) - add **uint8_t getInterruptMask()** - fix begin() : remove wire-> begin() as dependency should be outside lib - fix readme.md
0.2.0 release
refactor API, begin() (#14) - refactor API, begin() - update readme.md - add derived class PCA9548
0.1.6 release
update readme.md
0.1.5 release
fix #8 ambiguity in call (#9) - fix #8 ambiguity - update keywords.txt - add example **tca9548_search_device.ino** - update readme.md - prepare error handling (constants) - some minor edits.
0.1.4 release
update Github actions (#6) - update GitHub actions - update license 2023 - update readme.md - update keywords.txt - add **void disableAllChannels()** - all channel functions return bool, true on success. - minor edits
0.1.3 release
add changelog.md (#5)
0.1.2 release
update license, minor edits (#4)
0.1.1 release
update build-CI, readme.md, badges, forcedIO (#3) * fix reset code (from datasheet) * implemented forced IO * update build-CI * update readme.md, badges