Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charukiewicz/raspberrypi-gpio
Sandbox for using GPIO on the Raspberry Pi with C.
https://github.com/charukiewicz/raspberrypi-gpio
Last synced: 1 day ago
JSON representation
Sandbox for using GPIO on the Raspberry Pi with C.
- Host: GitHub
- URL: https://github.com/charukiewicz/raspberrypi-gpio
- Owner: charukiewicz
- Created: 2015-12-05T05:52:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T05:56:24.000Z (about 9 years ago)
- Last Synced: 2023-08-10T07:14:00.447Z (over 1 year ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Raspberry Pi - GPIO with C
==========================Playing with the Raspberry Pi's GPIO pins with the C language.
Learning from [SpazzTech](https://www.youtube.com/watch?v=jlM9KoWyPv0).
**Compile:** `gcc blink.c -lbcm2835`
**Execute:** `sudo ./a.out run`
**Turn off:** `sudo ./a.out off`