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.
Fork of dgps by
Diff: main.cpp
- Revision:
- 5:7bc8bec23b03
- Parent:
- 4:c6daeab4a13b
diff -r c6daeab4a13b -r 7bc8bec23b03 main.cpp --- a/main.cpp Mon Mar 10 00:57:48 2014 +0000 +++ b/main.cpp Tue Apr 01 15:53:17 2014 +0000 @@ -251,7 +251,7 @@ xbee.baud(9600); pc.baud(57600); -// sendGpsCommand("PMTK301,1"); + sendGpsCommand("PMTK301,1"); while(true) { xbee.putc(gps.getc()); }