From 39c2c7429d04a12192c56dec98be1dd1c2a75a16 Mon Sep 17 00:00:00 2001 From: Ondrej Lycka Date: Sat, 29 Apr 2017 03:36:44 +0200 Subject: [PATCH] repare readme.txt --- RPi_rflink/readme.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/RPi_rflink/readme.txt b/RPi_rflink/readme.txt index 1d68efe..009de57 100644 --- a/RPi_rflink/readme.txt +++ b/RPi_rflink/readme.txt @@ -5,14 +5,6 @@ This modification enable connect RF tranceiver and receiver directly into free r Instead comunication with serial port use TCP conecction. This modification use interrupt and theaders for reduce cpu load. - -rcswitch-pi is for controlling rc remote controlled power sockets -with the raspberry pi. Kudos to the projects [rc-switch](http://code.google.com/p/rc-switch) -and [wiringpi](https://projects.drogon.net/raspberry-pi/wiringpi). -I just adapted the rc-switch code to use the wiringpi library instead of -the library provided by the arduino. - - ## Compile and install #### Compile First you have to install the [wiringpi](https://projects.drogon.net/raspberry-pi/wiringpi/download-and-install/) library (also you can install by: apt-get install wiringpi).