test code Just sending gps output

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
wasaco
Date:
Mon Apr 20 06:07:42 2015 +0000
Parent:
0:47f843629085
Commit message:
test; just sending outputs of gps

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 47f843629085 -r fb3a6e1626c7 main.cpp
--- a/main.cpp	Sat Apr 18 14:15:25 2015 +0000
+++ b/main.cpp	Mon Apr 20 06:07:42 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
  
 Serial pc(USBTX, USBRX); // tx, rx 
-Serial gps(PA_2, PA_3);// tx, rx p9 p10
+Serial gps(PA_2, PA_3);// tx, rx
 
 int main()
 {