standalone sx1276 demo program

Dependencies:   SX1276Lib mbed

Fork of SX1276_GPS by CaryCoders

Files at this revision

API Documentation at this revision

Comitter:
ftagius
Date:
Thu Sep 03 14:43:30 2015 +0000
Parent:
33:319cbac3b6eb
Commit message:
fix lib dependencies

Changed in this revision

GPS_LCD_01.lib Show diff for this revision Revisions of this file
MCP23017.lib Show diff for this revision Revisions of this file
hello.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GPS_LCD_01.lib	Thu Sep 03 14:33:55 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://developer.mbed.org/users/vtraveller/code/AdaFruit_RGBLCD/#fbcd3bac0cd7
--- a/MCP23017.lib	Thu Sep 03 14:33:55 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/vtraveller/code/MCP23017/#9b5a51117afe
--- 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
             }