move ow.reset

This commit is contained in:
Arnim Läuger 2016-01-17 11:13:11 +01:00
parent 66eb0dfdb2
commit cc975a947e
1 changed files with 13 additions and 13 deletions

View File

@ -84,6 +84,19 @@ Read multi bytes.
#### Returns #### Returns
`string` bytes read from slave device `string` bytes read from slave device
## ow.reset()
Perform a 1-Wire reset cycle.
#### Syntax
`ow.reset(pin)`
#### Parameters
`pin` 1~12, IO index
#### Returns
- `1` if a device responds with a presence pulse.
- `0` if there is no device or the bus is shorted or otherwise held low for more than 250 µS.
## ow.reset_search() ## ow.reset_search()
Clear the search state so that it will start from the beginning again. Clear the search state so that it will start from the beginning again.
@ -193,19 +206,6 @@ Set a pin in onewire mode.
#### Returns #### Returns
`nil` `nil`
## ow.reset()
Perform a 1-Wire reset cycle.
#### Syntax
`ow.reset(pin)`
#### Parameters
`pin` 1~12, IO index
#### Returns
- `1` if a device responds with a presence pulse.
- `0` if there is no device or the bus is shorted or otherwise held low for more than 250 µS.
## ow.skip() ## ow.skip()
Issue a 1-Wire rom skip command, to address all on bus. Issue a 1-Wire rom skip command, to address all on bus.