From ef10e13a0aab0be49ee2d2d35f3d64c839dd2a0c Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 10 Sep 2020 17:18:47 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43b58fd5..a7518b80 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ The website: [pikvm.org](https://pikvm.org). Also join to the [Discord Community * **The ready-made OS** with read-only filesystem; * **Extensible authorization** and SSL encryption; * **Health monitoring** of the Pi; +* Control **GPIO** ports and **USB relays**; * It only costs between $30 and $100 for parts! * 100% Open Source! @@ -278,12 +279,14 @@ Our future [v3 platform](#the-future-v3-platform-work-in-progress) will contain * [Enabling VNC](pages/vnc.md). -* [Using Arduino HID (for USB or PS/2) with **v2** platform](pages/arduino_hid.md). +* [Using Arduino HID (for USB or PS/2) with v2 platform](pages/arduino_hid.md). * [Wi-Fi configuration after install](pages/wifi_config.md). * [Export monitoring metrics to Prometheus](pages/prometheus.md). +* [Control GPIO ports and USB relays](pages/gpio.md). + ----- # Troubleshooting