Kohei Yamamoto
/
sample_GPS_GYSFDMAXB_edite_by_asha
this is test version get more data from GPS
Revision 4:d1465b24600b, committed 2021-06-12
- Comitter:
- asha_ndf
- Date:
- Sat Jun 12 21:41:52 2021 +0000
- Parent:
- 3:f4a976fcdfa8
- Commit message:
- add comment
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r f4a976fcdfa8 -r d1465b24600b main.cpp --- a/main.cpp Sat Jun 12 21:20:24 2021 +0000 +++ b/main.cpp Sat Jun 12 21:41:52 2021 +0000 @@ -17,13 +17,13 @@ pc.printf("lat long: "); pc.printf("(%lf, %lf)\r\n", gps.latitude, gps.longitude);//緯度と経度を出力 pc.printf("hdop: "); - pc.printf("%lf\r\n",gps.hdop); + pc.printf("%lf\r\n",gps.hdop);//位置情報精度 pc.printf("hight: "); - pc.printf("%lf\r\n",gps.hight); + pc.printf("%lf\r\n",gps.hight);//高度 pc.printf("direction: "); - pc.printf("%lf\r\n",gps.direction); + pc.printf("%lf\r\n",gps.direction);//進行方向 pc.printf("speed: "); - pc.printf("lf\r\n",gps.speed); + pc.printf("lf\r\n",gps.speed);//速度 pc.printf("===================================\r\n"); }else{