diff --git a/imraa/imraa.io.conf b/imraa/imraa.io.conf new file mode 100644 index 0000000..6441ca5 --- /dev/null +++ b/imraa/imraa.io.conf @@ -0,0 +1,12 @@ +{ + "version": "1.4.0", + "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", "user": "brendan", "group": "brendan"}, + {"type":"i2c", "index":0, "raw": false, "label": "i2c-0", "user": "brendan", "group": "user"} + ] +}