Needs some work

Dependencies:   mbed

Revision:
0:0ec25826c208
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Mar 10 21:57:44 2010 +0000
@@ -0,0 +1,16 @@
+#include "mbed.h"
+#include "gps.h"
+#include "data.h"
+
+int main() {
+    lcd.printf("Device Starting.");
+    pc.baud(921600);
+    gps.baud(38400);
+
+    pc.printf("\033[2J");
+
+    wait(0.25);
+    while(1) {
+        getGPSstring(1);
+    }
+}
\ No newline at end of file