mbed-os/connectivity/drivers/lora/COMPONENT_SX126X/mbed_lib.json

67 lines
1.6 KiB
JSON

{
"name": "SX126X-lora-driver",
"config": {
"radio": {
"value": "SX126X",
"macro_name" : "MBED_CONF_LORA_RADIO"
},
"spi-frequency": {
"help": "SPI frequency, Default: 16 MHz",
"value": 16000000
},
"buffer-size": {
"help": "Max. buffer size the radio can handle, Default: 255 B",
"value": 255
},
"boost-rx": {
"help": "Increases sensitivity at the cost of power ~2mA for around ~3dB in sensitivity 0 = disabled, 1 = enabled",
"value": 0
},
"regulator-mode": {
"help": "Default: DCDC (low power, high BOM). Alternatively, LDO = 0. Check datasheet section 5.1 for more details",
"value": 1
},
"sleep-mode": {
"help": "Default: Cold start = 1, Warm start = 0. Check SleepMode.txt",
"value": 1
},
"standby-mode": {
"help": "Default: STDBY_RC = 0, STDBY_XOSC = 1",
"value": 0
},
"spi-mosi": {
"value": "NC"
},
"spi-miso": {
"value": "NC"
},
"spi-sclk": {
"value": "NC"
},
"spi-cs": {
"value": "NC"
},
"reset": {
"value": "NC"
},
"dio1": {
"value": "NC"
},
"busy": {
"value": "NC"
},
"freq-select": {
"value": "NC"
},
"device-select": {
"value": "NC"
},
"crystal-select": {
"value": "NC"
},
"ant-switch": {
"value": "NC"
}
}
}