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.
Dependencies: FreePilot PinDetect mbed-src
Fork of FreePilot_V2-2 by
Diff: Config.cpp
- Revision:
- 33:3e71c418e90d
- Parent:
- 32:c57bc701d65c
- Child:
- 34:c2bc9f9be7ff
--- a/Config.cpp Thu Jan 29 02:49:07 2015 +0000 +++ b/Config.cpp Mon Feb 02 18:24:03 2015 +0000 @@ -40,12 +40,12 @@ fprintf(fp,"$GYRO,%i\r\n",gyro_pos); fprintf(fp,"$GPSBAUD,%d\r\n",gps_baud); fprintf(fp,"$HEIGHT,%f\r\n",antennaheight); - fprintf(fp,"$a_zBias,%f\r\n",a_zBias); - fprintf(fp,"$a_yBias,%f\r\n",a_yBias); - fprintf(fp,"$a_zBias,%f\r\n",a_zBias); - fprintf(fp,"$w_xBias,%f\r\n",w_xBias); - fprintf(fp,"$w_yBias,%f\r\n",w_yBias); - fprintf(fp,"$w_zBias,%f\r\n",w_zBias); + // fprintf(fp,"$a_zBias,%f\r\n",a_zBias); + // fprintf(fp,"$a_yBias,%f\r\n",a_yBias); + // fprintf(fp,"$a_zBias,%f\r\n",a_zBias); + // fprintf(fp,"$w_xBias,%f\r\n",w_xBias); + // fprintf(fp,"$w_yBias,%f\r\n",w_yBias); + // fprintf(fp,"$w_zBias,%f\r\n",w_zBias); fclose(fp); }