Private
Public Access
2
0
Files
mraa/examples/platform/intel-aero.json
Henry Bruce a63ad7e10d json: Initial config file for Intel Aero platform (i2c and spi only)
Signed-off-by: Henry Bruce <henry.bruce@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2016-11-21 10:23:21 +00:00

27 lines
388 B
JSON

{
"version": "0.1.0",
"platform":[
{
"id":301,
"name":"Intel Aero",
"pin_count": 0,
"gpio_count": 0,
"i2c_count": 1,
"aio_count": 0,
"spi_count": 1,
"uart_count": 0,
}
],
"layout":[
],
"GPIO":[
],
"I2C": [
{ "index": 0, "bus" : 2, "default":true }
],
"SPI": [
{ "index":0, "bus": 3, "slaveselect": 0, "default": true}
],
}