Skip to content

Commit 7270edc

Browse files
committed
add multi TCA support
1 parent 33280a6 commit 7270edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_tca9548a.py

Lines changed: 1 addition & 0 deletions
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, bytes([0]))
7071
return self.tca.i2c.unlock()
7172

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

0 commit comments

Comments
 (0)