GPSとXbee統合試験用(作:皆川 )

Dependencies:   mbed getGPS

Revision:
5:a7cf37f7a362
Parent:
4:6ad8f77a69b5
Child:
7:cf4a6f559472
diff -r 6ad8f77a69b5 -r a7cf37f7a362 main.cpp
--- a/main.cpp	Wed Oct 13 12:40:54 2021 +0000
+++ b/main.cpp	Wed Oct 13 15:13:33 2021 +0000
@@ -4,7 +4,7 @@
 
 
 Serial xbee(PA_9, PA_10);
-GPS gps(PA_2,PA_3);
+GPS gps(PB_3,PA_3);
 int end_flag=0;
 double bias_la=0,bias_lo=0;