You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Level2 Pidor 9c40e21619 :merged production code with code on github 8 years ago
..
Makefile :merged production code with code on github 8 years ago
RCSwitch.cpp :merged production code with code on github 8 years ago
RCSwitch.h :merged production code with code on github 8 years ago
RCSwitch.o :merged production code with code on github 8 years ago
README.md :merged production code with code on github 8 years ago
down.raw :merged production code with code on github 8 years ago
on :merged production code with code on github 8 years ago
rawsend :merged production code with code on github 8 years ago
rawsend.cpp :merged production code with code on github 8 years ago
rawsend.o :merged production code with code on github 8 years ago
send :merged production code with code on github 8 years ago
send.cpp :merged production code with code on github 8 years ago
send.o :merged production code with code on github 8 years ago

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.