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.
Dependencies: SerialGPS_IOT_tracker mbed
Fork of Nucleo_SerialGPS_to_PC by
Diff: main.cpp
- Revision:
- 1:c020ffc60735
- Parent:
- 0:e0a6c18ea0fb
--- a/main.cpp Mon Jan 05 15:34:58 2015 +0000 +++ b/main.cpp Tue Feb 14 15:18:24 2017 +0000 @@ -77,7 +77,7 @@ pc.printf("TEST\r\n"); wait(0.5); - + //wait(0.5); SerialGPS::gps_callback_t cb; cb.cbfunc_log = cbfunc_log; cb.cbfunc_gga = cbfunc_gga; @@ -89,8 +89,8 @@ while(1) { - gps.processing(); - + gps.processing(); + //wait(0.5); } }