GPS
Fork of GPS by
Diff: GPS.cpp
- Revision:
- 7:1440e1e56a15
- Parent:
- 6:94e2037a8bc8
--- a/GPS.cpp Wed Feb 18 01:46:46 2015 +0000 +++ b/GPS.cpp Wed Mar 04 17:47:53 2015 +0000 @@ -1,4 +1,5 @@ #include "GPS.h" + GPS::GPS(PinName tx, PinName rx) : _UltimateGps(tx, rx) { _UltimateGps.baud(9600);