A basic library for the Adafruit Ultimate GPS module. (MTK3339) http://www.adafruit.com/products/746
Dependents: GPS-GPRS_Tracker Plan13
Revision 5:96d5736d9613, committed 2014-01-19
- Comitter:
- SamClarke
- Date:
- Sun Jan 19 08:47:38 2014 +0000
- Parent:
- 4:9ac674d05370
- Commit message:
Changed in this revision
GPS.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9ac674d05370 -r 96d5736d9613 GPS.cpp --- a/GPS.cpp Sun Jan 19 07:44:51 2014 +0000 +++ b/GPS.cpp Sun Jan 19 08:47:38 2014 +0000 @@ -114,8 +114,9 @@ void GPS::Init() { + wait(1); _UltimateGps.printf("$PMTK220,200*2C\r\n"); - wait(1); + wait(0.2); _UltimateGps.printf("$PMTK314,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0*28\r\n"); wait(1); }