CansatB_2021
/
B_test_gpsXbee
GPSとXbee統合試験用(作:皆川 )
Revision 7:cf4a6f559472, committed 2021-10-14
- Comitter:
- odaa
- Date:
- Thu Oct 14 10:19:19 2021 +0000
- Parent:
- 6:cb64868a71bf
- Commit message:
- pb3>pa2
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r cb64868a71bf -r cf4a6f559472 main.cpp --- a/main.cpp Thu Oct 14 10:17:31 2021 +0000 +++ b/main.cpp Thu Oct 14 10:19:19 2021 +0000 @@ -4,7 +4,7 @@ Serial xbee(PA_9, PA_10); -GPS gps(PB_3,PA_3); +GPS gps(PA_2,PA_3); int end_flag=0; double bias_la=0,bias_lo=0;