An IoT framework provides the easiest and fastest way to develop IoT applications with open hardware.
npm install iotjssh
npm install -g iotjs
`$3
Add a new file device.json and add the below JSON object.
`json
{
"modules": {
"led" : { "module": "Led", "pins": 44 }
},
"extensions": {
"iotjs-blink": { "modules": "led" }
}
}
`$3
`sh
iotjs
``[api-doc]: https://thing-js.github.io/doc
[rpi]: https://www.raspberrypi.org
[linkit7688]: https://labs.mediatek.com/site/global/developer_tools/mediatek_linkit_smart_7688/whatis_7688/index.gsp