An open API service indexing awesome lists of open source software.

https://github.com/thomastjdev/rpi_gpio

Raspberry Pie modules in C (buzzer, PIR, etc.)
https://github.com/thomastjdev/rpi_gpio

Last synced: 12 months ago
JSON representation

Raspberry Pie modules in C (buzzer, PIR, etc.)

Awesome Lists containing this project

README

          

# rpi_gpio
Raspberry Pie modules in C (buzzer, PIR, etc.)

## General
The modules uses wiringpi - please use wiringpi pin-numbers as arguments.

## Compile
Compile and run the modules on a RPi:
```
gcc -Wall filein.c -o fileout -lwiringPi
sudo ./fileout
```