You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
606 B
Markdown

4 years ago
# GPIO
4 years ago
GPIO (general-purpose input/output) is a series of digital interfaces that can be used to connect relays, LEDs or sensors.
4 years ago
Using GPIO on a Pi-KVM is a feature designed for advanced users, so make sure you understand exactly what it is.
4 years ago
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),
4 years ago
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.