QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
5:7bc8bec23b03
Parent:
4:c6daeab4a13b
--- 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());
     }