We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33280a6 + 5d1fb93 commit 8d211f4Copy full SHA for 8d211f4
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, b'\x00')
71
return self.tca.i2c.unlock()
72
73
def readfrom_into(self, address, buffer, **kwargs):
0 commit comments