GPS_CANSAT

Dependencies:   MODSERIAL mbed-src

Fork of GPS_U-blox_NEO-6M_Test_Code by Edoardo De Marchi

Files at this revision

API Documentation at this revision

Comitter:
Hagrass
Date:
Mon Aug 17 10:18:55 2015 +0000
Parent:
1:acd907fbcbae
Commit message:
dffsdfsd;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
main.h Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Aug 22 12:43:55 2014 +0000
+++ b/main.cpp	Mon Aug 17 10:18:55 2015 +0000
@@ -10,7 +10,7 @@
 void Init()
 {
     gps.baud(9600);
-    pc.baud(115200);
+  pc.baud(115200);
 
     pc.printf("Init OK\n");
 }
--- a/main.h	Fri Aug 22 12:43:55 2014 +0000
+++ b/main.h	Mon Aug 17 10:18:55 2015 +0000
@@ -5,7 +5,7 @@
 MODSERIAL pc(USBTX,USBRX);
 
 #if   defined(TARGET_LPC1768)
-MODSERIAL gps(p13, p14);
+MODSERIAL gps(p26, p25);
 #elif defined(TARGET_LPC4330_M4)
 MODSERIAL gps(UART0_TX, UART0_RX);
 #endif