From 869a32736034a7a4b243e19050d412e634f7fcd4 Mon Sep 17 00:00:00 2001 From: Radu Oana Date: Tue, 25 Oct 2016 09:32:44 -0400 Subject: [PATCH] Add boneGPIO --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 8e19dd6..712ceb3 100644 --- a/packages.json +++ b/packages.json @@ -5371,5 +5371,18 @@ "description": "A tiny concatenative programming language and shell.", "license": "MIT", "web": "https://h3rald.com/minim" + }, + { + "name": "boneGPIO", + "url": "https://github.com/xyz32/boneGPIO", + "method": "git", + "tags": [ + "library", + "GPIO", + "BeagleBone" + ], + "description": "A low level GPIO library for the BeagleBone board family", + "license": "MIT", + "web": "https://vimeo.com/134834958" } ]