From 80f98f392354abc23f8152f58ee14fad42ca3ce9 Mon Sep 17 00:00:00 2001 From: clach04 Date: Wed, 9 Oct 2019 20:52:30 -0700 Subject: [PATCH] Document Rasbian wiringpi install wiringpi is part of Rassbian, see http://wiringpi.com/download-and-install/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ab7379..9bc2c8d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ From your RPi, clone this archive: 2. ```cd 433Utils/RPi_utils``` -3. (As per the original rc_switch distribution) Follow the instructions to install the [wiringpi](https://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/) library. +3. (As per the original rc_switch distribution) Follow the instructions to install the [wiringpi](https://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/) library. For Rasbian issue, ```sudo apt-get install wiringpi``` After that you can compile the example programs by executing *make*. ## Usage