1 parent 74faf4c commit fb98110Copy full SHA for fb98110
1 file changed
docs/library/machine.I2C.rst
@@ -100,7 +100,7 @@ General Methods
100
101
Scan all I2C addresses between 0x08 and 0x77 inclusive and return a list of
102
those that respond. A device responds if it pulls the SDA line low after
103
- its address (including a read bit) is sent on the bus.
+ its address (including a write bit) is sent on the bus.
104
105
Note: on WiPy the I2C object must be in master mode for this method to be valid.
106
0 commit comments