The following work is in progress and shall be ignored for the time being.
My implementation for the Pimoroni Mote library in Go
Install the mote library with go get, like so:
$ go get -u go.ilie.io/mote
- Guides and tutorials - https://learn.pimoroni.com/mote
- Function reference - http://docs.pimoroni.com/mote/
- Get help - http://forums.pimoroni.com/c/support
- The original Python implementation by Pimoroni - https://github.com/pimoroni/mote
- Another Go implementation by John McCabe - https://github.com/johnmccabe/mote
- Rust implementation by Tiziano Santoro - https://github.com/tiziano88/mote-rs