roll dame pienn

Dependencies:   mbed SDFileSystem BME280 MPU9250_2020NSE

Files at this revision

API Documentation at this revision

Comitter:
momoa
Date:
Fri Nov 20 06:26:37 2020 +0000
Parent:
5:34760148ef4a
Commit message:
honban;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 34760148ef4a -r b450b73ff8fe main.cpp
--- a/main.cpp	Thu Nov 19 05:12:03 2020 +0000
+++ b/main.cpp	Fri Nov 20 06:26:37 2020 +0000
@@ -158,7 +158,7 @@
     fp = fopen("/sd/log.txt","a");
     if(fp != NULL){
         fprintf(fp,"Start.\n\r");
-        fprintf(fp,"time,ax_ave,ay_ave,az_ave,gx_ave,gy_ave,gz_ave,Pre[hPa],Tem[C]\n\r");
+        fprintf(fp,"time, ax_new, ay_new, az_new, gx_new, gy_new, gz_new, psi, cta, eta, pre, tem\n\r");
         fclose(fp);
     }
     else{