Imraa allows the automatic flashing and setup of arduino101 subplatforms as well as the initial setup of GPIO/i2c devices Signed-off-by: Longwei Su <lsu@ics.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
{
|
|
"version": "0.9.6",
|
|
"lockfile-location": "/tmp/imraa.lock",
|
|
"dfu-utils-location": "/usr/bin",
|
|
"Platform" :[
|
|
{"id":"1280", "flash":"/usr/share/mraa/firmata101.ino.bin", "usbserial": "auto"}
|
|
],
|
|
"IO": [
|
|
{"type":"gpio", "index":0, "raw": false, "label": "none"},
|
|
{"type":"i2c", "index":0, "raw": false, "label": "i2c-0"}
|
|
]
|
|
}
|