standalone sx1276 demo program

Dependencies:   SX1276Lib mbed

Fork of SX1276_GPS by CaryCoders

Revision:
34:75e4c3600d2f
Parent:
33:319cbac3b6eb
--- a/hello.cpp	Thu Sep 03 14:33:55 2015 +0000
+++ b/hello.cpp	Thu Sep 03 14:43:30 2015 +0000
@@ -120,6 +120,7 @@
            
                 }
                 #else
+                  if(sscanf((char *)BufferRx, "GP,%f,%f", &r_latitude, &r_longitude ) >= 1) 
                     printf("rssi=%d \tsnr=%d \tper=%d  \tmsg=%s\r\n", RssiValue, SnrValue, per, BufferRx);
                 #endif
             }