GPIO retrabalhada e PABOOST selecionavel

SX1272/mbed_lib.json

Committer:
MatteusCarr
Date:
2021-05-20
Revision:
6:f0616e516844
Parent:
0:561d07a737bc

File content as of revision 6:f0616e516844:

{
    "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": "SX1272PABOOST"
        }
    }
}