Skip to content

Commit 77df4e9

Browse files
Added comment.
1 parent ce80342 commit 77df4e9

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
@@ -83,6 +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"""
8687
if address == self.tca.address:
8788
raise ValueError("Device address must be different than TCA9548A address.")
8889
return self.tca.i2c.writeto_then_readfrom(address, buffer_out, buffer_in, **kwargs)

0 commit comments

Comments
 (0)