SerialGPS test , Read GPS from USART 1 ( PA_9,PA_10) Parse and Send GPS information to PC

Dependencies:   SerialGPS_IOT_tracker mbed

Fork of Nucleo_SerialGPS_to_PC by Veysel KARADAG

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);
     }
 }