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 • 445 B
JSON
{
"description":"read digital pin's value",
"spec": {
"id": "__HOPE__/demo/lattepanda/general/diread",
"in": {
"ports": [{
"name": "trigger"
}]
},
"out": {
"ports": [{
"name": "bool",
"type": "boolean"
}]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}
]
},
"doc": "lattepanda/general.html#digitalWrite"
}