From 7523ccbde2fd6fb66d1ae50d179e7c13f6058827 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Sat, 23 Jan 2021 15:29:21 +0100 Subject: [PATCH] Added package arduino --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index aff7c40..4a2d182 100644 --- a/packages.json +++ b/packages.json @@ -21222,5 +21222,18 @@ "description": "Small and dependency free Nim package to infer file and MIME type checking the magic numbers signature.", "license": "MIT", "web": "https://github.com/jiro4989/filetype" + }, + { + "name": "arduino", + "url": "https://github.com/markspanbroek/nim-arduino", + "method": "git", + "tags": [ + "arduino", + "platformio", + "embedded" + ], + "description": "Arduino bindings for Nim", + "license": "MIT", + "web": "https://github.com/markspanbroek/nim-arduino" } ]