Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 690 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 690 Bytes

blinkt_go_examples

These examples go with the Blinkt_go library

The Pimoroni Blinkt! is an 8x RGB LED add-on for the Raspberry Pi.

Running one of the examples:

export GOPATH=$HOME/go/
mkdir -p /home/pi/go/src/github.com/alexellis/
git clone https://github.com/alexellis/blinkt_go_examples

cd progress
go get
sudo -E go run app.go

The Pimoroni Python examples are available here:

https://github.com/pimoroni/blinkt/tree/master/examples

PRs are welcome to port examples across to Go.