node-red-contrib-opi-gpio
Version:
Orange Pi GPIO. Digital input/output for most Pi computers
28 lines (27 loc) • 499 B
JSON
{
"name": "node-red-contrib-opi-gpio",
"version": "0.0.7",
"description": "Orange Pi GPIO. Digital input/output for most Pi computers",
"author": {
"email": "g.prand@gmail.com"
},
"license": "ISC",
"dependencies": {
"onoff": "*"
},
"keywords": [
"node-red",
"Orange Pi",
"Banana Pi",
"Nano Pi",
"Raspberry Pi",
"GPIO",
"Armbian"
],
"node-red": {
"nodes": {
"Orange Pi": "opi-gpio-out.js",
"In": "opi-gpio-in.js"
}
}
}