iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
26 lines • 477 B
JSON
{
"description":"write true or false to gpio pin",
"spec": {
"id": "__HOPE__/demo/lattepanda/general/diwrite",
"in": {
"ports": [{
"name": "on",
"type": "boolean"
}]
},
"out": {
"ports": [{
"name": "status",
"type": "boolean"
}]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}
]
},
"doc": "lattepanda/general.html#digitalWrite"
}