QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
12:e42985e3ea64
Parent:
11:97625c27ab90
Child:
13:a6d3cf2b018e
--- a/main.cpp	Sat Apr 05 17:49:57 2014 +0000
+++ b/main.cpp	Sat Apr 05 22:27:18 2014 +0000
@@ -106,11 +106,12 @@
     ImageHandle imageHand;
     GPSHandle gpsHand;
     /// Main Loop
+    USB::getSerial().printf("Starting\n");
     while(1){
         // Run image handler
         imageHand.run();
         // Run GPS handler
-        gpsHand.run();
+        //gpsHand.run();
     }
     /// Main Loop
     while(true) {