From 521fbb89835d12cadf1662bbbab2cfb5c7757469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Mon, 7 Aug 2017 14:50:37 +0200 Subject: Add wiringPiNim package (#556) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 3949699..e8cff13 100644 --- a/packages.json +++ b/packages.json @@ -6934,6 +6934,21 @@ "license": "MIT", "web": "https://docs.python.org/2/library/calendar.html" }, + { + "name": "wiringPiNim", + "url": "https://github.com/ThomasTJdev/nim_wiringPiNim", + "method": "git", + "tags": [ + "wrapper", + "raspberry", + "rpi", + "wiringpi", + "pi" + ], + "description": "Wrapper that implements some of wiringPi's function for controlling a Raspberry Pi", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_wiringPiNim" + }, { "name": "redux", "url": "https://github.com/pragmagic/redux.nim", -- cgit v1.2.3