Driver for SX1272 connected to Pulga devices using only DIO0 pins and polling (error states and timeout).

Dependents:   pulga-mbed-lorawan-gps mbed-lorawan-pulga mbed-lorawan-pulga-testing-channel mbed-lorawan-pulga-serial_rx ... more

SX1276/mbed_lib.json

Committer:
brunnobbco
Date:
2021-03-30
Revision:
5:3da1a3924c65
Parent:
0:561d07a737bc

File content as of revision 5:3da1a3924c65:

{
    "name": "sx1276-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": "SX1276UNDEFINED"
        }
    }
}