adrianh-za / go-blinkt-rpi

Library written in Go to allow controlling of the Pimoroni Blinkt on a Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go-Blinkt-RPi

Library written in Go to allow controlling of the Pimoroni Blinkt on a Raspberry Pi.

Usage

  1. go get github.com/adrianh-za/go-blinkt-rpi
  2. browse to $/go/src/github.com/adrianh-za/go-blinkt-rpi/examples
  3. sudo -E go run [filename].go
  4. ctrl-c to quit

Examples filenames

  • colours.go
  • kitt-colours.go
  • kitt.go
  • rainbow.go
  • rainbow2.go

Acknowledgements

This project draws inspiration and borrows heavily from the work done by Alex Ellis and Isaac "Ike" Arias.

Gits

https://github.com/ikester/gpio

https://github.com/ikester/blinkt

https://github.com/alexellis/blinkt_go

About

Library written in Go to allow controlling of the Pimoroni Blinkt on a Raspberry Pi.

License:MIT License


Languages

Language:Go 100.0%