Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`