Skip to content

Releases: RobTillaart/TCA9548

0.3.0 release

18 Apr 15:52
e8f6b83
Compare
Choose a tag to compare
  • 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

02 Jan 12:22
b0c5a5b
Compare
Choose a tag to compare
add isConnected(address, channel) (#19)

- add **bool isConnected(uint8_t address, uint8_t channel)**
- minor edits

0.2.1 release

12 Dec 19:51
38b977e
Compare
Choose a tag to compare
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

09 Dec 15:10
78336a5
Compare
Choose a tag to compare
refactor API, begin() (#14)

- refactor API, begin()
- update readme.md
- add derived class PCA9548

0.1.6 release

22 Nov 10:58
Compare
Choose a tag to compare
update readme.md

0.1.5 release

12 Feb 13:13
109849b
Compare
Choose a tag to compare
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

23 Jan 15:34
c8004a8
Compare
Choose a tag to compare
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

26 Nov 11:31
13cc153
Compare
Choose a tag to compare
add changelog.md (#5)

0.1.2 release

28 Dec 16:24
dc584a6
Compare
Choose a tag to compare
update license, minor edits (#4)

0.1.1 release

19 Nov 12:18
c7a6505
Compare
Choose a tag to compare
update build-CI, readme.md, badges, forcedIO (#3)

* fix reset code (from datasheet)
* implemented forced IO
* update build-CI
* update readme.md, badges