Generation 3 of the Harp project

Dependencies:   Servo TMP36 GZ buffered-serial1 chan_fatfs_sd nmea_parser watchdog mbed-rtos mbed

Fork of HARP2 by Tyler Weaver

Revision:
5:8444ec4245e7
Parent:
3:9cba44dd2f2b
Child:
6:204487243310
--- a/main.cpp	Thu Feb 23 04:24:23 2012 +0000
+++ b/main.cpp	Thu Feb 23 05:40:54 2012 +0000
@@ -1,4 +1,5 @@
 #include "mbed.h"
+#include "openLog.h"
 #include "GPS.h"
 
 Serial pc(USBTX, USBRX);
@@ -6,6 +7,7 @@
 
 int main() {
     int gps_message;
+    gps.start_log();
     while (1) {
         gps_message = gps.sample();
         if (gps_message == GGA) {