From 7f70abd1c274e2952e86ba3be37b4dba7fd4397e Mon Sep 17 00:00:00 2001 From: Grovkillen Date: Thu, 14 Feb 2019 14:35:10 +0100 Subject: [PATCH] [docs] added GPIOtoggle command --- docs/source/Plugin/P001_commands_GPIO.repl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/Plugin/P001_commands_GPIO.repl b/docs/source/Plugin/P001_commands_GPIO.repl index 47bd421f7..74366fda9 100644 --- a/docs/source/Plugin/P001_commands_GPIO.repl +++ b/docs/source/Plugin/P001_commands_GPIO.repl @@ -124,3 +124,11 @@ Supported hardware: |P000_usedby_GPIO| **To monitor a GPIO state.** By the use of the command you will receive events when the GPIO state of that pin is changed from 1 to 0 and from 0 to 1. " + " + ``GPIOtoggle,`` + + GPIO: 0 ... 16 + "," + **To toggle a GPIO state.** + With this command you can change the given state of a pin from either 1 to 0 or from 0 to 1. + "