diff options
| author | Thomas T. Jarløv <ThomasTJdev@users.noreply.github.com> | 2017-08-07 14:50:37 +0200 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-07 13:50:37 +0100 |
| commit | 521fbb89835d12cadf1662bbbab2cfb5c7757469 (patch) | |
| tree | 64730b88fbba9e92c3a18ccb6052321c83f80d7d | |
| parent | ed63666c6968b9c72605630b33db8b2dfacce46c (diff) | |
| download | packages-521fbb89835d12cadf1662bbbab2cfb5c7757469.tar.gz packages-521fbb89835d12cadf1662bbbab2cfb5c7757469.zip | |
Add wiringPiNim package (#556)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3949699..e8cff13 100644 --- a/packages.json +++ b/packages.json @@ -6935,6 +6935,21 @@ "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", "method": "git", |
