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.
Dependents: GPS-GPRS_Tracker Plan13
Diff: GPS.cpp
- Revision:
- 5:96d5736d9613
- Parent:
- 4:9ac674d05370
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);
}