We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33280a6 commit 7270edcCopy full SHA for 7270edc
adafruit_tca9548a.py
@@ -67,6 +67,7 @@ def try_lock(self):
67
68
def unlock(self):
69
"""Pass thru for unlock."""
70
+ self.tca.i2c.writeto(self.tca.address, bytes([0]))
71
return self.tca.i2c.unlock()
72
73
def readfrom_into(self, address, buffer, **kwargs):
0 commit comments