local copy of sx1276 library

Dependents:   SX1276_GPS demo_SX1276_standalone

Fork of SX1276Lib by Gregory Cristian

Revision:
16:29f09ac61412
Parent:
13:618826a997e2
--- a/enums/enums.h	Tue Dec 16 10:02:45 2014 +0000
+++ b/enums/enums.h	Tue Jun 16 11:52:30 2015 +0000
@@ -118,7 +118,8 @@
 typedef struct
 {
     int8_t SnrValue;
-    int8_t RssiValue;
+    int8_t RssiValue;   
+    int16_t RssiValue16;
     uint8_t Size;
 }RadioLoRaPacketHandler_t;