From a443952fe6a146778cbc9427441c793689c9ce6f Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 10 Nov 2020 05:36:49 +0300 Subject: [PATCH] Update gpio.md --- pages/gpio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/gpio.md b/pages/gpio.md index 0fcac96..a294b17 100644 --- a/pages/gpio.md +++ b/pages/gpio.md @@ -71,7 +71,7 @@ If you don't specify a driver for the channel in the scheme the default driver, | **Output only** | | | | | | `switch` | `bool` | `true` or `false` | `true` | Enables or disables the switch mode on the channel (enabled by default). | | `initial` | `nullable bool` | `true`, `false` or `null` | `false` | Defines the initial state of the switch upon boot, `null` for don't make changes (the last one does not supported by generic GPIO) | -| `intverted` | `bool` | `true` or `false` | `false` | Inverts the active logical level | +| `inverted` | `bool` | `true` or `false` | `false` | Inverts the active logical level | | `pulse` | | | | A section header to define switch pulse configuration | | `delay` | `float` | `X >= 0` | `0.1` | Defines the pulse time in seconds, `0` for disable pulsing | | `min_delay` | `float` | `X >= 0.1` | `0.1` |