https://github.com/alexellis/blinkt_go_examples
The beginning of Blinkt examples programs in Go
https://github.com/alexellis/blinkt_go_examples
blinkt docker pimoroni raspberry-pi raspberrypi
Last synced: about 1 year ago
JSON representation
The beginning of Blinkt examples programs in Go
- Host: GitHub
- URL: https://github.com/alexellis/blinkt_go_examples
- Owner: alexellis
- Created: 2017-01-26T16:39:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T21:06:55.000Z (over 8 years ago)
- Last Synced: 2024-05-01T14:45:34.173Z (about 2 years ago)
- Topics: blinkt, docker, pimoroni, raspberry-pi, raspberrypi
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 37
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blinkt_go_examples
These examples go with the [Blinkt_go library](https://github.com/alexellis/blinkt_go/)
The [Pimoroni Blinkt!](https://shop.pimoroni.com/products/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.
