Update GPS With Thread---> Receiving data from GPS and parsing latitude and longitude to decimal. Using Ublox-Neo 6M.

Dependencies:   MODSERIAL mbed-rtos mbed-src

Fork of UbloxGPSWithThread by Say Pulung

Revision:
2:13ef79e40e45
Parent:
1:acd907fbcbae
--- a/main.h	Fri Aug 22 12:43:55 2014 +0000
+++ b/main.h	Sun Apr 26 11:51:49 2015 +0000
@@ -16,4 +16,5 @@
 
 
 void Init();
+void splitString(char str[],char *delimiter);
 void parse(char *cmd, int n);