Commit 25f433a6 authored by Arnim Läuger's avatar Arnim Läuger Committed by GitHub
Browse files

typo fixes

parent 45ae7957
...@@ -137,7 +137,7 @@ Issues a 1-Wire rom select command. Make sure you do the `ow.reset(pin)` first. ...@@ -137,7 +137,7 @@ Issues a 1-Wire rom select command. Make sure you do the `ow.reset(pin)` first.
#### Parameters #### Parameters
- `pin` 1~12, I/O index - `pin` 1~12, I/O index
- `rom` string value, len 8, rom code of the salve device - `rom` string value, len 8, rom code of the slave device
#### Returns #### Returns
`nil` `nil`
...@@ -247,7 +247,7 @@ Writes a byte. If `power` is 1 then the wire is held high at the end for parasit ...@@ -247,7 +247,7 @@ Writes a byte. If `power` is 1 then the wire is held high at the end for parasit
#### Parameters #### Parameters
- `pin` 1~12, I/O index - `pin` 1~12, I/O index
- `v` byte to be written to salve device - `v` byte to be written to slave device
- `power` 1 for wire being held high for parasitically powered devices - `power` 1 for wire being held high for parasitically powered devices
#### Returns #### Returns
......
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