From e69f16b3614fa72c80ba467b8564f396a87c9606 Mon Sep 17 00:00:00 2001 From: Alex Meyer Date: Wed, 6 Oct 2021 23:06:38 -0400 Subject: [PATCH] add arduino-cli to Hardware section (#3809) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c94ffbfb..820c44ee 100644 --- a/README.md +++ b/README.md @@ -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.