2021 mbed Grove GPS

Dependents:   er4_2022

Revision:
2:82fce70de15f
Parent:
1:0607ba3aa02d
Child:
3:037ec2b52d31
--- a/GroveGPS.h	Thu May 23 16:10:05 2019 +0000
+++ b/GroveGPS.h	Tue Jun 04 21:06:20 2019 +0000
@@ -9,7 +9,7 @@
 
 public:
 
-	GroveGPS(PinName tx=D1, PinName rx=D0) : _last_line(""), gps_serial(tx, rx) {}
+	GroveGPS(PinName tx=D1, PinName rx=D0) : _last_line(""), gps_serial(tx, rx, 9600) {}
 
 	void readCharacter(char newCharacter) {
 		if (newCharacter == '\n') {