QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
49:06721139d298
Parent:
44:2ae602b89961
Child:
66:5d43988d100c
--- a/handle/handleCompass.cpp	Fri Apr 25 23:50:51 2014 +0000
+++ b/handle/handleCompass.cpp	Sat Apr 26 04:14:18 2014 +0000
@@ -19,5 +19,5 @@
     }
     compass.read();
     heading = compass.get_heading();
-    USB::getSerial().printf("Compass heading: %f\r\n",heading);
+    //USB::getSerial().printf("Compass heading: %f\r\n",heading);
 }
\ No newline at end of file