QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Files at this revision

API Documentation at this revision

Comitter:
stearnsc
Date:
Tue Apr 01 15:53:17 2014 +0000
Parent:
4:c6daeab4a13b
Commit message:
cs: not sure what I'm committing here..

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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());
     }