Skip to content
Snippets Groups Projects
Commit fb981107 authored by transistortim's avatar transistortim Committed by Damien George
Browse files

docs/library/machine.I2C: Fix scan() doc to match implementation.

Since eaef6b53 writes are used instead of
reads.
parent 74faf4c5
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ General Methods ...@@ -100,7 +100,7 @@ General Methods
Scan all I2C addresses between 0x08 and 0x77 inclusive and return a list of Scan all I2C addresses between 0x08 and 0x77 inclusive and return a list of
those that respond. A device responds if it pulls the SDA line low after those that respond. A device responds if it pulls the SDA line low after
its address (including a read bit) is sent on the bus. its address (including a write bit) is sent on the bus.
Note: on WiPy the I2C object must be in master mode for this method to be valid. Note: on WiPy the I2C object must be in master mode for this method to be valid.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment