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

Files at this revision

API Documentation at this revision

Comitter:
raphaelbresson
Date:
Tue Feb 14 15:18:24 2017 +0000
Parent:
0:e0a6c18ea0fb
Commit message:
toto

Changed in this revision

SerialGPS.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r e0a6c18ea0fb -r c020ffc60735 SerialGPS.lib
--- a/SerialGPS.lib	Mon Jan 05 15:34:58 2015 +0000
+++ b/SerialGPS.lib	Tue Feb 14 15:18:24 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/shintamainjp/code/SerialGPS/#a5b887e09aa4
+https://developer.mbed.org/users/raphaelbresson/code/SerialGPS_IOT_tracker/#bedf4d6d1755
diff -r e0a6c18ea0fb -r c020ffc60735 main.cpp
--- 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);
     }
 }
 
diff -r e0a6c18ea0fb -r c020ffc60735 mbed.bld
--- a/mbed.bld	Mon Jan 05 15:34:58 2015 +0000
+++ b/mbed.bld	Tue Feb 14 15:18:24 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/99b5ccf27215
\ No newline at end of file