a program i made a while back to log gps/accelerometer data

Dependencies:   FatFileSystem mbed

Revision:
0:82a02991476c
diff -r 000000000000 -r 82a02991476c GPS_LS20031.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GPS_LS20031.h	Sat Sep 08 20:40:58 2012 +0000
@@ -0,0 +1,13 @@
+#pragma once
+#ifndef GPS_LS20031_H
+#define GPS_LS20031_H
+
+bool NMEA_parse(char* msg);
+char checkSum(char* theseChars);
+float date;
+float latitude;
+float longitude;
+float speed_knotts;
+float timeG;
+
+#endif
\ No newline at end of file