Skip to content

Commit fb98110

Browse files
transistortimdpgeorge
authored andcommitted
docs/library/machine.I2C: Fix scan() doc to match implementation.
Since eaef6b5 writes are used instead of reads.
1 parent 74faf4c commit fb98110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/machine.I2C.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ General Methods
100100

101101
Scan all I2C addresses between 0x08 and 0x77 inclusive and return a list of
102102
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.
103+
its address (including a write bit) is sent on the bus.
104104

105105
Note: on WiPy the I2C object must be in master mode for this method to be valid.
106106

0 commit comments

Comments
 (0)