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.)
- Host: GitHub
- URL: https://github.com/thomastjdev/rpi_gpio
- Owner: ThomasTJdev
- License: mit
- Created: 2017-07-30T22:46:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T22:52:34.000Z (over 8 years ago)
- Last Synced: 2025-01-26T14:48:37.880Z (about 1 year ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```