/raspberry_pi_GPIO_send

Send a file trough the GPIO pins of a Raspberry Pi using the wiringPi library

Primary LanguageC

Raspberry Pi GPIO Send

Send a file trough the GPIO pins of a Raspberry Pi using the wiringPi library.

Usage

pi_gpio_send <file> <pin> <delay>
pi_gpio_send file.bin 0 20

Building

To build the project, you need to have the wiringPi library installed.

git clone https://github.com/WiringPi/WiringPi
cd WiringPi
./build

Then, you can build the project.

make

Licence

This project is licenced under the GNU General Public License v3.0. See the LICENCE file for more details.