Library for the EM-406 GPS module

Dependents:   IoTWeatherStation

Fork of GPS by Simon Ford

Revision:
1:09efba55c197
Parent:
0:15611c7938a3
--- a/GPS.cpp	Tue Jun 08 14:10:27 2010 +0000
+++ b/GPS.cpp	Sun Mar 13 21:09:02 2016 +0000
@@ -23,7 +23,7 @@
 #include "GPS.h"
 
 GPS::GPS(PinName tx, PinName rx) : _gps(tx, rx) {
-    _gps.baud(4800);    
+    _gps.baud(9600);    
     longitude = 0.0;
     latitude = 0.0;        
 }