FTE-denshi / Mbed 2 deprecated FTE-06

Dependencies:   mbed FATFileSystem

Fork of FTE-06 by Tetsushi Amano

Files at this revision

API Documentation at this revision

Comitter:
mizuki_akaike
Date:
Fri May 26 08:59:23 2017 +0000
Parent:
5:80e841579008
Child:
7:bc4710d2c7d8
Commit message:
class???private?????????

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri May 26 08:47:56 2017 +0000
+++ b/main.cpp	Fri May 26 08:59:23 2017 +0000
@@ -29,6 +29,9 @@
 
 class Rocket_Data_Get_And_Save//ロケットの測定データを管理するクラス
 {
+private:
+    uint32_t time_ms_now;
+    
 public:
     double acc[3];//x,y,z
     double gyro[3];
@@ -109,8 +112,7 @@
 
 
     }
-private:
-    uint32_t time_ms_now;
+
 };
 
 Rocket_Data_Get_And_Save rocket_data;