Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 803 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 803 Bytes

NOTE

This repository is currently unmaintained. I recommend you to use or switch to a maintained library instead.

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.