Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brice-morin/resin-blink-c
- Owner: brice-morin
- License: mit
- Created: 2015-05-06T11:59:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T07:06:11.000Z (over 9 years ago)
- Last Synced: 2023-04-04T00:18:58.660Z (over 1 year ago)
- Language: C
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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