QUOTE: Be your own kind of beautiful.
A tiny library for the BCM2835
Makefile (126B)
1 default: install 2 3 install: 4 sudo cp src/libbcm2835.h /usr/local/include/ 5 6 uninstall: 7 sudo rm /usr/local/include/libbcm2835.h