Dependents:   Lab3_Surveillance 6adcSerial

Files at this revision

API Documentation at this revision

Comitter:
keerthanasp
Date:
Tue Feb 01 15:48:59 2011 +0000
Parent:
1:b4de63a99f18
Child:
3:ad00bddd493f
Commit message:

Changed in this revision

GPS.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GPS.cpp	Tue Feb 01 15:46:29 2011 +0000
+++ b/GPS.cpp	Tue Feb 01 15:48:59 2011 +0000
@@ -1,5 +1,5 @@
 #include "GPS.h"
-GPS::GPS(PinName tx, PinName rx) : _gps(p13, p14) {
+GPS::GPS(PinName tx, PinName rx) : _gps(tx, rx) {
     _gps.baud(4800);
     longitude = 0.0;
     latitude = 0.0;