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 FATFileSystem
Fork of FTE-06 by
Revision 6:f4d022422ba6, committed 2017-05-26
- 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;
