Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
fb981107
Commit
fb981107
authored
Mar 18, 2017
by
transistortim
Committed by
Damien George
Mar 20, 2017
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/library/machine.I2C.rst
+1
-1
1 addition, 1 deletion
docs/library/machine.I2C.rst
with
1 addition
and
1 deletion
docs/library/machine.I2C.rst
+
1
−
1
View file @
fb981107
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment