Driver for Sparkfun GP-20U7 GPS module

Dependents:   GP20U7_HelloWorld gpsmpu60500 BaseStation healt_monitor_ECE4180

Revision:
2:c17f5ba1c3f0
Parent:
1:55ded12c9c89
Child:
3:5cfc893bfd25
--- a/GPS.cpp	Thu Mar 10 18:21:41 2016 +0000
+++ b/GPS.cpp	Tue Mar 15 21:55:44 2016 +0000
@@ -25,7 +25,7 @@
 Serial pc1(USBTX, USBRX);
 
 GPS::GPS(PinName tx, PinName rx) : _gps(tx, rx) {
-    _gps.baud(4800);
+    _gps.baud(9600);
       
     longitude = 0.0;
     latitude = 0.0;