An open API service indexing awesome lists of open source software.

https://github.com/khmarbaise/blinkt

Raspberry Blinkt! Support with Go...
https://github.com/khmarbaise/blinkt

golang raspberry-pi raspberrypi

Last synced: 3 months ago
JSON representation

Raspberry Blinkt! Support with Go...

Awesome Lists containing this project

README

          

= Blink! Raspberry Project

This project is intended for https://shop.pimoroni.com/products/blinkt[Pimoroni Blinkt]

* first step to separate between hardware dependent parts and which parts are not.

* Initializing multiple GPIO's can take an amount of time (goroutines? Channels?)

TODO List:

* First more code to get running on PI with Blinkt!
* Write more Tests; Analyse why mocking does not work the way I think it should?
Alternatives?