Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c7a40ea3
Commit
c7a40ea3
authored
Jan 17, 2016
by
Arnim Läuger
Browse files
fix introductory sentences for toc
parent
cc975a94
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/en/modules/ow.md
View file @
c7a40ea3
...
@@ -125,7 +125,7 @@ Look for the next device.
...
@@ -125,7 +125,7 @@ Look for the next device.
[
ow.target_search()
](
#owtargetsearch
)
[
ow.target_search()
](
#owtargetsearch
)
## ow.select()
## ow.select()
Issue a 1-Wire rom select command
, m
ake sure you do the
`ow.reset(pin)`
first.
Issue a 1-Wire rom select command
. M
ake sure you do the
`ow.reset(pin)`
first.
#### Syntax
#### Syntax
`ow.select(pin, rom)`
`ow.select(pin, rom)`
...
@@ -219,7 +219,7 @@ Issue a 1-Wire rom skip command, to address all on bus.
...
@@ -219,7 +219,7 @@ Issue a 1-Wire rom skip command, to address all on bus.
`nil`
`nil`
## ow.target_search()
## ow.target_search()
Set up the search to find the device type
`family_code`
on the nex
t call to
`ow.search()`
if it is present
.
Set up the search to find the device type
`family_code`
. The search itself has to be initiated with a subsequen
t call to
`ow.search()`
.
#### Syntax
#### Syntax
`ow.target_search(pin, family_code)`
`ow.target_search(pin, family_code)`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment