pidor/rcswitch-pi
Level2 Pidor 9c40e21619 :merged production code with code on github 2015-07-19 19:48:02 +02:00
..
Makefile :merged production code with code on github 2015-07-19 19:48:02 +02:00
RCSwitch.cpp :merged production code with code on github 2015-07-19 19:48:02 +02:00
RCSwitch.h :merged production code with code on github 2015-07-19 19:48:02 +02:00
RCSwitch.o :merged production code with code on github 2015-07-19 19:48:02 +02:00
README.md :merged production code with code on github 2015-07-19 19:48:02 +02:00
down.raw :merged production code with code on github 2015-07-19 19:48:02 +02:00
on :merged production code with code on github 2015-07-19 19:48:02 +02:00
rawsend :merged production code with code on github 2015-07-19 19:48:02 +02:00
rawsend.cpp :merged production code with code on github 2015-07-19 19:48:02 +02:00
rawsend.o :merged production code with code on github 2015-07-19 19:48:02 +02:00
send :merged production code with code on github 2015-07-19 19:48:02 +02:00
send.cpp :merged production code with code on github 2015-07-19 19:48:02 +02:00
send.o :merged production code with code on github 2015-07-19 19:48:02 +02:00

README.md

About

rcswitch-pi is for controlling rc remote controlled power sockets with the raspberry pi. Kudos to the projects rc-switch and wiringpi. I just adapted the rc-switch code to use the wiringpi library instead of the library provided by the arduino.

Usage

First you have to install the wiringpi library. After that you can compile the example program send by executing make. You may want to changet the used GPIO pin before compilation in the send.cpp source file.