UNPKG

iot-sol

Version:

Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes

28 lines (27 loc) 467 B
{ "description":"read x-y axis value of joystick", "spec": { "id": "__HOPE__/demo/makeblock/joystick/read", "in": { "ports": [{ "name": "trigger" }] }, "out": { "ports": [{ "name": "x", "type": "number" }, { "name": "y", "type": "number" }] }, "config": [ { "name": "pin", "type": "int", "required": true } ] } }