This is a library for controlling the Raspberry Pi's GPIO pins from Go programs, using the /sys filesystem instead of direct device file access.
TBD
This project draws inspiration and borrows heavily from the work done by @alexellis on Docker on Raspberry Pis and his Blinkt Go libraries, themselves based on work by @gamaral for using the /sys/
fs interface instead of special libraries or elevated privileges to /dev/mem
on the Raspberry Pi.
A Raspberry Pi computer. It should work in all models but it's only been tested on the Raspberry Pi 3.
TBD
This library is made available under an MIT-style License. See LICENSE.