1
0
mirror of https://github.com/seahu/rflink.git synced 2025-12-10 16:07:23 +01:00

repare readme.txt

This commit is contained in:
Ondrej Lycka
2017-04-29 03:36:44 +02:00
parent 406093e31d
commit 39c2c7429d

View File

@@ -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).