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.
Diff: userTask.cpp
- Revision:
- 73:0720e5550476
- Parent:
- 66:0b3b290137b6
--- a/userTask.cpp Mon Mar 11 11:48:58 2019 +0000
+++ b/userTask.cpp Tue Mar 19 12:22:31 2019 +0000
@@ -435,6 +435,9 @@
if(gf_Print.d1.bf.stat){
sp.printf("stat : [%X] ",gf_State);
}
+ if(gf_Print.d2.bf.rimu_stat){
+ sp.printf(" Read IMU ON_OFF: [%d]",gf_EnbImuRead);
+ }
//表示フラグを落とす(けどモニタフラグが立ってる箇所は残る)
if(gf_Print.d1.flg!=0 || gf_Print.d2.flg!=0){
gf_Print.d1.flg=gf_Mon.d1.flg;