Grove GPS sensor with FRDM K64F to get NMEA data and to parse the NMEA sentences to get the Latitude and Longitude information.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
charlie316
Date:
Thu May 04 04:44:06 2017 +0000
Parent:
0:0da308226fbd
Commit message:
Grove GPS sensor with FRDM K64F to get NMEA data and to parse the NMEA sentences to get the Latitude and Longitude information.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Apr 19 20:39:26 2017 +0000
+++ b/main.cpp	Thu May 04 04:44:06 2017 +0000
@@ -119,4 +119,4 @@
              
              }
         }
-       
\ No newline at end of file
+    }   
\ No newline at end of file