From 25f433a6c6be8efd89ab197c32401441cfca9591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Wed, 15 Mar 2017 23:12:57 +0100 Subject: [PATCH] typo fixes --- docs/en/modules/ow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/ow.md b/docs/en/modules/ow.md index 459ba831..48187053 100644 --- a/docs/en/modules/ow.md +++ b/docs/en/modules/ow.md @@ -137,7 +137,7 @@ Issues a 1-Wire rom select command. Make sure you do the `ow.reset(pin)` first. #### Parameters - `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 `nil` @@ -247,7 +247,7 @@ Writes a byte. If `power` is 1 then the wire is held high at the end for parasit #### Parameters - `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 #### Returns