QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
66:5d43988d100c
Parent:
49:06721139d298
--- a/handle/handleCompass.cpp	Sun Apr 27 21:54:33 2014 +0000
+++ b/handle/handleCompass.cpp	Mon May 05 13:20:35 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