Generation 2 of the Harp project
Dependencies: Servo TMP36 GZ chan_fatfs_sd buffered-serial1 nmea_parser watchdog mbed-rtos mbed
Diff: main.cpp
- Revision:
- 5:8444ec4245e7
- Parent:
- 3:9cba44dd2f2b
- Child:
- 6:204487243310
diff -r d47805009bbd -r 8444ec4245e7 main.cpp --- 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) {