From 6151b6e3e5e026510950826799c59fc4509aea3d Mon Sep 17 00:00:00 2001 From: Ellis Percival <flyte@failcode.co.uk> Date: Thu, 21 Jan 2021 09:53:01 +0000 Subject: [PATCH] Add link to wiki to readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c68175..0b05565 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -MQTT IO +# MQTT IO + [](https://discord.gg/gWyV9W4) -Exposes general purpose IO (GPIO), hardware sensors and serial devices to an MQTT server, enabling remote monitoring and control. This allows pins to be read and switched by reading or writing messages to MQTT topics. The streams and I2C sensors will be read periodically and publish their values. +Exposes general purpose IO (GPIO), hardware sensors and serial devices to an MQTT server, enabling remote monitoring and control. This allows pins to be read and switched by reading or writing messages to MQTT topics. The streams and I2C sensors will be read periodically and publish their values. + +Visit the [GitHub Wiki](/flyte/pi-mqtt-gpio/wiki/Home) for more detailed information. ## Supported Hardware -- GitLab