Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 7:23bb20892c8c
- Parent:
- 6:ab9f3695633f
- Child:
- 8:f23601373e8b
--- a/main.cpp Sun Sep 29 20:07:54 2019 +0000 +++ b/main.cpp Sun Sep 29 20:22:43 2019 +0000 @@ -47,7 +47,7 @@ if(e_stateESC == ESC_COMMAND) { - odroid.printf("acc X =%.2f; acc Y =%.2f; acc Z=%.2f;gyr X =%d; gyr Y =%d; gyr Z=%d;\n\r",ax_g,ay_g,az_g,gx,gy,gz); + odroid.printf("acc X =%.2f; acc Y =%.2f; acc Z=%.2f;gyr X =%d; gyr Y =%d; gyr Z=%d;odom %f\n\r",ax_g,ay_g,az_g,gx,gy,gz,d_ODOM_distFromSectionStart_m); } //update_sm_sections(); update_sm_esc();