Program to read data from sensors, write them to a file which can then be interpreted by software to help show the path of a bicycle as it travels around a field

Dependencies:   C12832_lcd FatFileSystemCpp MMA7660 CMPS03 GPS

Fork of MSCUsbHost by Igor Skochinsky

Program to link a compass and a GPS to an MBED to produce a CSV file which can be used to track a bicycle around a field

Results can be found here

Revision:
5:b4d5a68654bb
Parent:
4:c64b742e9388
Child:
6:09a0610af8b7
--- a/main.cpp	Sat Mar 11 18:06:06 2017 +0000
+++ b/main.cpp	Sat Mar 11 18:08:47 2017 +0000
@@ -78,16 +78,4 @@
         fclose(GPS);
         fclose(Comp);
     }
-}
-        
-        /*lcd.locate(3,3);
-        lcd.printf("X: %.2f\t\n",MMA.x());
-        lcd.locate(38,3);
-        lcd.printf("Y: %.2f\t\n",MMA.y());
-        lcd.locate(78,3);
-        lcd.printf("Z: %.2f\t\n",MMA.z());
-        //lcd.cls();*/
-        
-        //wait(0.5);
-        //i++;
-        
\ No newline at end of file
+}        
\ No newline at end of file