Level measurement using range finder and lora technology
Dependencies: Cayenne-LPP SDBlockDevice
Diff: mbed-lora-radio-drv/SX1272/mbed_lib.json
- Revision:
- 0:f930f0440fd5
diff -r 000000000000 -r f930f0440fd5 mbed-lora-radio-drv/SX1272/mbed_lib.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-lora-radio-drv/SX1272/mbed_lib.json Wed Jun 26 10:35:50 2019 +0000 @@ -0,0 +1,13 @@ +{ + "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: 256 B", + "value": 256 + } + } +}