Based on SX1276Lib. Simplified and targeted for Modtronix inAir modules. All pins can now be specified to use interrupts or general purpose I/O pins.

Revision:
5:1a255cc8d54a
Parent:
3:8a08d9633b93
Child:
9:9a77e2c7c5e8
--- a/radio.h	Thu Sep 17 11:22:51 2015 +1000
+++ b/radio.h	Thu Sep 17 16:51:47 2015 +1000
@@ -132,7 +132,7 @@
 typedef struct
 {
     int8_t SnrValue;
-    int8_t RssiValue;
+    int16_t RssiValue;
     uint8_t Size;
 }RadioLoRaPacketHandler_t;