Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brice-morin/resin-blink-c

A simple C program blinking a LED via GPIO, to be deployed by resin.io on Raspberry Pi — Edit
https://github.com/brice-morin/resin-blink-c

Last synced: about 2 months ago
JSON representation

A simple C program blinking a LED via GPIO, to be deployed by resin.io on Raspberry Pi — Edit

Awesome Lists containing this project

README

        

# resin-blink-c
A simple C program blinking a LED via GPIO, to be deployed by resin.io on Raspberry Pi — Edit

## Run as standalone

gcc -o blink blink.c
./blink