Revision:
0:01c9f535e512
Child:
1:e143afe9a7ea
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GPSParser.h	Tue Mar 27 04:39:16 2012 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+
+#include "MODSERIAL.h"
+
+
+void gps_init (int num_sentence, MODSERIAL &gps);
+void ready_buffer (MODSERIAL_IRQ_INFO *q);
+//void get_gps (int num_sentences, MODSERIAL_IRQ_INFO *q);
+void read_gps (MODSERIAL &gps, MODSERIAL &pc);
\ No newline at end of file