Skip to content

Commit

Permalink
example: platform: Install gpio module (#31)
Browse files Browse the repository at this point in the history
Using sysfs

Change-Id: I5cb06e6d98a10924bdff1b5988996c610f64081a
Origin: https://github.com/rzr/webthing-iotjs
Forwarded: #31
Signed-off-by: Philippe Coval <p.coval@samsung.com>
  • Loading branch information
rzr authored and mrstegeman committed Aug 29, 2018
1 parent eff5122 commit 0092be5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
13 changes: 13 additions & 0 deletions example/platform/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions example/platform/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "board-webthings",
"version": "0.0.0",
"description": "Various Single Board computers's I/O implemented as webthings",
"main": "index.js",
"scripts": {
"start": "NODE_PATH=.:../.. node index",
"flex-phat": "NODE_PATH=.:../.. node index flex-phat",
"play-phat": "NODE_PATH=.:../.. node index play-phat"
},
"author": "Philippe Coval <p.coval@samsung.com>",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/rzr/webthing-iotjs.git"
},
"keywords": [
"webthing",
"wot",
"raspberry-pi",
"ARTIK"
],
"bugs": {
"url": "https://github.com/rzr/webthing-iotjs/issues"
},
"bin": {
"board-webthings": "./index.js"
},
"homepage": "https://github.com/rzr/webthing-iotjs",
"dependencies": {
"gpio": "^0.2.9"
}
}

0 comments on commit 0092be5

Please sign in to comment.