Controlling Blinkt! using Golang

In the previous article we looked at how I had become involved in an open source community project which centred around making available a Golang equivalent of Pimoroni's Python library.  In this post I wanted to demonstrate use of the Golang library by porting one of the Pimoroni examples. Solid…

In a Blinkt!, Golang on a Raspberry Pi

The Blinkt! by Pimoroni is a relatively inexpensive 8 LED display which gently introduces GPIO programming concepts.  Pimoroni provide their own library and examples based on Python.  There are various library ports available on github and this article will focus on the Golang library created by Alex Ellis. As Alex's…