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.
Revision 3:93a9216a7c84, committed 2019-06-04
- 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 |
--- 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
--- 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];
Grove GPS