add arduino-cli to Hardware section (#3809)

This commit is contained in:
Alex Meyer 2021-10-06 23:06:38 -04:00 committed by GitHub
parent 331107ed77
commit e69f16b361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1066,6 +1066,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries, tools, and tutorials for interacting with hardware.*
* [arduino-cli](https://github.com/arduino/arduino-cli) - Official Arduino CLI and library. Can run standalone, or be incorporated into larger Go projects.
* [emgo](https://github.com/ziutek/emgo) - Go-like language for programming embedded systems (e.g. STM32 MCU).
* [ghw](https://github.com/jaypipes/ghw) - Golang hardware discovery/inspection library.
* [go-osc](https://github.com/hypebeast/go-osc) - Open Sound Control (OSC) bindings for Go.