The Pimoroni Blinkt is a low-profile strip of eight super-bright, color LED indicators that plugs directly onto the Raspberry Pi's GPIO header. Several available software libraries make it easy to control the color and brightness of each LED independently.
This is a re-implementation of Pimoroni's Python library, written in Go.
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.
Physically install a Pimoroni Blinkt on the Raspberry Pi. No additional sofware or setup is required for the Blinkt.
TBD
This library is made available under an MIT-style License. See LICENSE.