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

Revision:
0:561d07a737bc
Child:
3:bca9a8ee555d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SX1272/mbed_lib.json	Thu Nov 12 19:26:24 2020 +0000
@@ -0,0 +1,17 @@
+{
+    "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"
+        }
+    }
+}