o Add reference to Go binding by Máximo Cuadros.

This commit is contained in:
Henner Zeller 2016-11-13 14:30:13 -08:00
parent 1a0b3e800f
commit 3080a773e7

View file

@ -120,8 +120,9 @@ The library comes as an API that you can use for your own utilities and use-case
[C API](./include/led-matrix-c.h). [C API](./include/led-matrix-c.h).
* In the [python](./python) subdirectory, you find a Python API including a * In the [python](./python) subdirectory, you find a Python API including a
couple of [examples](./python/samples) to get started. couple of [examples](./python/samples) to get started.
* There are a couple of external bindings, such as this [Nodejs binding] * There are a couple of external bindings, such as
by Maxime Journaux. * [Nodejs binding] by Maxime Journaux.
* [Go binding] by Máximo Cuadros
### Changing parameters via command-line flags ### Changing parameters via command-line flags
@ -501,3 +502,4 @@ things, like this installation by Dirk in Scharbeutz, Germany:
[raspbian-lite]: https://downloads.raspberrypi.org/raspbian_lite_latest [raspbian-lite]: https://downloads.raspberrypi.org/raspbian_lite_latest
[Adafruit HAT]: https://www.adafruit.com/products/2345 [Adafruit HAT]: https://www.adafruit.com/products/2345
[Nodejs binding]: https://github.com/zeitungen/node-rpi-rgb-led-matrix [Nodejs binding]: https://github.com/zeitungen/node-rpi-rgb-led-matrix
[Go binding]: https://github.com/mcuadros/go-rpi-rgb-led-matrix