aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerke Max Preussner <github@gerke-preussner.de>2015-03-16 10:10:01 -0400
committerGerke Max Preussner <github@gerke-preussner.de>2015-03-16 10:10:01 -0400
commite44088f6873b6871085f46fbcace7c6758421410 (patch)
tree6dcce20e550a3a218151e61aef7692ab14f393c5
parentbd63ce70cbc4e1b3056a191f5f501bcf85e072aa (diff)
downloadpackages-e44088f6873b6871085f46fbcace7c6758421410.tar.gz
packages-e44088f6873b6871085f46fbcace7c6758421410.zip
Added io-myo.
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4a31aaf..f9ea377 100644
--- a/packages.json
+++ b/packages.json
@@ -1299,5 +1299,14 @@
"description": "Modules providing information about the OS.",
"license": "MIT",
"web": "https://github.com/nim-lang/osinfo"
+ },
+ {
+ "name": "io-myo",
+ "url": "git://github.com/nimious/io-myo.git",
+ "method": "git",
+ "tags": ["binding", "myo", "thalmic", "armband", "gesture"],
+ "description": "Bindings for the Thalmic Labs Myo gesture control armband SDK.",
+ "license": "MIT",
+ "web": "https://github.com/nimious/io-myo"
}
]