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 7270edc commit 5d1fb93Copy full SHA for 5d1fb93
adafruit_tca9548a.py
@@ -67,7 +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]))
+ 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