From a1b1f18953d4bc782f9cb722f14d99ad46b48122 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 10 Sep 2020 14:49:39 +0300 Subject: [PATCH] Create gpio.md --- pages/gpio.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/gpio.md diff --git a/pages/gpio.md b/pages/gpio.md new file mode 100644 index 00000000..745fa48b --- /dev/null +++ b/pages/gpio.md @@ -0,0 +1,7 @@ +# GPIO +GPIO is a series of digital input/output interfaces that can be used to connect relays, LEDs or sensors. +Using GPIO on a Pi-KVM is a feature designed for advanced users, so make sure you understand exactly what it is. + +In the case of Pi-KVM, the general term GPIO refers not only to the physical interface of the [Raspberry Pi](https://www.raspberrypi.org/documentation/usage/gpio), +but also to various plugins (for example, for [USB relays](http://vusb.wikidot.com/project:driver-less-usb-relays-hid-interface)) +that can also be used transparently by emulating abstract GPIO API.