Skip to content

Commit 2ea6865

Browse files
Update adafruit_tca9548a.py
1 parent 77df4e9 commit 2ea6865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_tca9548a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def writeto(self, address, buffer, **kwargs):
8383

8484
def writeto_then_readfrom(self, address, buffer_out, buffer_in, **kwargs):
8585
"""Pass thru for writeto_then_readfrom."""
86-
"""In linux, at least, this is a special kernel function call"""
86+
#In linux, at least, this is a special kernel function call
8787
if address == self.tca.address:
8888
raise ValueError("Device address must be different than TCA9548A address.")
8989
return self.tca.i2c.writeto_then_readfrom(address, buffer_out, buffer_in, **kwargs)

0 commit comments

Comments
 (0)