Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SX1276_GPS by
Revision 34:75e4c3600d2f, committed 2015-09-03
- Comitter:
- ftagius
- Date:
- Thu Sep 03 14:43:30 2015 +0000
- Parent:
- 33:319cbac3b6eb
- Commit message:
- fix lib dependencies
Changed in this revision
--- 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 }