Commit c7a40ea3 authored by Arnim Läuger's avatar Arnim Läuger
Browse files

fix introductory sentences for toc

parent cc975a94
......@@ -125,7 +125,7 @@ Look for the next device.
[ow.target_search()](#owtargetsearch)
## ow.select()
Issue a 1-Wire rom select command, make sure you do the `ow.reset(pin)` first.
Issue a 1-Wire rom select command. Make sure you do the `ow.reset(pin)` first.
#### Syntax
`ow.select(pin, rom)`
......@@ -219,7 +219,7 @@ Issue a 1-Wire rom skip command, to address all on bus.
`nil`
## ow.target_search()
Set up the search to find the device type `family_code` on the next 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 subsequent call to `ow.search()`.
#### Syntax
`ow.target_search(pin, family_code)`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment