GPS
Fork of GPS by
Revision 7:1440e1e56a15, committed 2015-03-04
- Comitter:
- Spilly
- Date:
- Wed Mar 04 17:47:53 2015 +0000
- Parent:
- 6:94e2037a8bc8
- Commit message:
- Modified
Changed in this revision
GPS.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);