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...
- Host: GitHub
- URL: https://github.com/khmarbaise/blinkt
- Owner: khmarbaise
- Created: 2019-09-13T15:32:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T14:59:59.000Z (about 5 years ago)
- Last Synced: 2025-10-12T15:56:57.156Z (9 months ago)
- Topics: golang, raspberry-pi, raspberrypi
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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?