iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
25 lines • 442 B
JSON
{
"description":"read analog pin's value",
"spec": {
"id": "__HOPE__/demo/lattepanda/general/anread",
"in": {
"ports": [{
"name": "trigger"
}]
},
"out": {
"ports": [{
"name": "value",
"type": "number"
}]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}
]
},
"doc": "lattepanda/general.html#analogRead"
}