mirror of https://github.com/ARMmbed/mbed-os.git
18 lines
480 B
JSON
18 lines
480 B
JSON
{
|
|
"name": "sx1272-lora-driver",
|
|
"config": {
|
|
"spi-frequency": {
|
|
"help": "SPI frequency, Default: 8 MHz",
|
|
"value": 8000000
|
|
},
|
|
"buffer-size": {
|
|
"help": "Max. buffer size the radio can handle, Default: 255 B",
|
|
"value": 255
|
|
},
|
|
"radio-variant": {
|
|
"help": "Use to set the radio variant if the antenna switch input is not connected.",
|
|
"value": "SX1272UNDEFINED"
|
|
}
|
|
}
|
|
}
|