Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_DISCO_F746NG
Diff: GroveGPS.h
- Revision:
- 2:82fce70de15f
- Parent:
- 1:0607ba3aa02d
- Child:
- 3:037ec2b52d31
diff -r 0607ba3aa02d -r 82fce70de15f GroveGPS.h
--- 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') {