aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/library/machine.I2C.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.I2C.rst b/docs/library/machine.I2C.rst
index aa1caed20..d04ef5eef 100644
--- a/docs/library/machine.I2C.rst
+++ b/docs/library/machine.I2C.rst
@@ -106,7 +106,7 @@ Methods
.. method:: i2c.scan()
- Scan all I2C addresses from 0x01 to 0x7f and return a list of those that respond.
+ Scan all I2C addresses between 0x08 and 0x77 inclusive and return a list of those that respond.
Only valid when in master mode.
Constants