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: mbed Rejestrator
Diff: FileWritter.cpp
- Revision:
- 1:5ad44a4edff9
- Parent:
- 0:fa31f8461c63
--- a/FileWritter.cpp Sat Apr 18 17:01:57 2015 +0000
+++ b/FileWritter.cpp Sat May 09 15:06:38 2015 +0000
@@ -77,7 +77,7 @@
{
fprintf(ft, "%8d\t%12d\t%5d\t%6d\t%6d\t%6d\t%6d\t%6d\t%6d\t%6d\t%6d\t%6d\t%6.4f\t%6.4f\t%6.3f\t%5d\t%1d\t\n",
(int)filenumber, (int)data_buffer->time, (int)record_counter,
- (int)data_buffer->mag_x, (int)data_buffer->mag_x, (int)data_buffer->mag_x,
+ (int)data_buffer->mag_x, (int)data_buffer->mag_y, (int)data_buffer->mag_z,
(int)data_buffer->acc_x, (int)data_buffer->acc_y, (int)data_buffer->acc_z,
(int)data_buffer->giro_x, (int)data_buffer->giro_y, (int)data_buffer->giro_z,
(float)data_buffer->light, (float)data_buffer->Ain0,