Initial files
parents
device/index.js
0 → 100644
device/package.json
0 → 100644
host.js
0 → 100644
multi_host.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "usb_messages", | ||
"version": "0.0.0", | ||
"description": "Tessel USB communication example", | ||
"main": "host.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tessel/docs" | ||
}, | ||
"author": "Technical Machine", | ||
"license": "Public Domain", | ||
"bugs": { | ||
"url": "https://github.com/tessel/docs/issues" | ||
}, | ||
"dependencies": { | ||
"async": "~0.9.0", | ||
"node-neurosky": "0.0.1", | ||
"tessel": "~0.3.9" | ||
} | ||
} |
readme.md
0 → 100644
Please register or sign in to comment