Basic GPS message parser

Fork of GPS by Simon Ford

Revision:
2:8c97b7918a94
Parent:
1:1f849dbf3b8b
Child:
3:ac28455d8e5a
--- a/GPS.h	Wed Aug 19 06:58:44 2015 +0000
+++ b/GPS.h	Mon Feb 15 20:56:20 2016 +0000
@@ -31,7 +31,7 @@
 
     /** Create the GPS interface, connected to the specified serial port
      */    
-    GPS(PinName tx, PinName rx);
+    GPS(PinName tx, PinName rx, int baudrate = 9600);
     
     /** Sample the incoming GPS data, returning whether there is a lock
      *