QC Control software

Dependencies:   mbed

Fork of dgps by Colin Stearns

Revision:
11:97625c27ab90
Parent:
9:da906eeac51e
Child:
12:e42985e3ea64
--- a/main.cpp	Thu Apr 03 17:24:53 2014 +0000
+++ b/main.cpp	Sat Apr 05 17:49:57 2014 +0000
@@ -105,7 +105,13 @@
 {
     ImageHandle imageHand;
     GPSHandle gpsHand;
-
+    /// Main Loop
+    while(1){
+        // Run image handler
+        imageHand.run();
+        // Run GPS handler
+        gpsHand.run();
+    }
     /// Main Loop
     while(true) {
         gps.baud(57600);