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.
Dependencies: mbed HMC6352 US015 TB6612FNG2 getGPS ATP3011
Diff: catchGPS.h
- Revision:
- 9:9221ef8d36a8
- Parent:
- 6:1cda8471adc3
- Child:
- 13:38c5ffe5873a
diff -r 5fe1b4bbd108 -r 9221ef8d36a8 catchGPS.h --- a/catchGPS.h Tue Oct 26 08:04:13 2021 +0000 +++ b/catchGPS.h Tue Oct 26 08:21:08 2021 +0000 @@ -2,7 +2,7 @@ #include "mbed.h" #include "getGPS.h" -Serial pc(USBTX, USBRX); +//Serial pc(USBTX, USBRX); GPS gps(D1, D0); int catchGPS(double *GPS_x, double *GPS_y)