mirror of https://github.com/ARMmbed/mbed-os.git
30 lines
873 B
JSON
30 lines
873 B
JSON
{
|
|
"name": "UBLOX_AT",
|
|
"config": {
|
|
"tx": {
|
|
"help": "TX pin for serial connection. D1 assumed if Arduino Form Factor, needs to be set/overwritten otherwise.",
|
|
"value": null
|
|
},
|
|
"rx": {
|
|
"help": "RX pin for serial connection. D0 assumed if Arduino Form Factor, needs to be set/overwritten otherwise.",
|
|
"value": null
|
|
},
|
|
"rts": {
|
|
"help": "RTS pin for serial connection",
|
|
"value": null
|
|
},
|
|
"cts": {
|
|
"help": "CTS pin for serial connection",
|
|
"value": null
|
|
},
|
|
"baudrate" : {
|
|
"help": "Serial connection baud rate",
|
|
"value": 115200
|
|
},
|
|
"provide-default": {
|
|
"help": "Provide as default CellularDevice [true/false]",
|
|
"value": false
|
|
}
|
|
}
|
|
}
|