Skip to content

Commit 8d211f4

Browse files
authored
Merge pull request #10 from caternuson/iss9
Add support for multiple TCAs
2 parents 33280a6 + 5d1fb93 commit 8d211f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_tca9548a.py

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def try_lock(self):
6767

6868
def unlock(self):
6969
"""Pass thru for unlock."""
70+
self.tca.i2c.writeto(self.tca.address, b'\x00')
7071
return self.tca.i2c.unlock()
7172

7273
def readfrom_into(self, address, buffer, **kwargs):

0 commit comments

Comments
 (0)