项目作者: nickgrim

项目描述 :
Code to twinkle the LEDs on a Pi Hut 3D Xmas Tree
高级语言: Go
项目地址: git://github.com/nickgrim/xmas-pi.git
创建时间: 2017-11-24T11:58:41Z
项目社区:https://github.com/nickgrim/xmas-pi

开源协议:MIT License

下载


Flashy LEDs for the Pi Hut 3D Xmas Tree

…what?

I’ve got one of these, and I wanted it to live atop my Raspberry Pi running OSMC. The software tab on the product page says:

The easiest way to control your XMAS board is with GPIO Zero. This is pre-installed in Raspbian Stretch

…and sadly for me, whatever version of OSMC I have is based on Debian Jessie. apt didn’t have the GPIO Zero libraries, and I don’t know enough about pip / the-Python-ecosystem to fix that. I don’t know Python anyway, so I wrote this, in Go.

…ok.

Download the binary from the releases tab. Or build it yourself if you’ve got a working Go environment; remember to add GOARCH=arm if you’re not building on a Raspberry Pi (or other ARM device).