Grove GPS Example

Dependencies:   GroveGPS

Files at this revision

API Documentation at this revision

Comitter:
sarahmarshy
Date:
Tue Jun 04 21:06:53 2019 +0000
Parent:
2:c8839c41737b
Commit message:
Update GPS library;

Changed in this revision

GroveGPS.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
diff -r c8839c41737b -r 93a9216a7c84 GroveGPS.lib
--- a/GroveGPS.lib	Thu May 23 16:19:12 2019 +0000
+++ b/GroveGPS.lib	Tue Jun 04 21:06:53 2019 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/sarahmarshy/code/GroveGPS/#0607ba3aa02d
+https://os.mbed.com/users/sarahmarshy/code/GroveGPS/#82fce70de15f
diff -r c8839c41737b -r 93a9216a7c84 main.cpp
--- a/main.cpp	Thu May 23 16:19:12 2019 +0000
+++ b/main.cpp	Tue Jun 04 21:06:53 2019 +0000
@@ -19,7 +19,7 @@
 #include "mbed.h"
 #include "GroveGPS.h"
 
-GroveGPS gps;
+GroveGPS gps(A3, A2);
 
 void read_gps() {
     char latBuffer[16], lonBuffer[16];