GPS driver
Dependents: GEO_CONTROL_REPO_F411RE GPS_GSM
Fork of GPS by
Diff: GPS.cpp
- 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;