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.
globalFlags.cpp@18:5aa48aec9cae, 2018-12-01 (annotated)
- Committer:
- takeru0x1103
- Date:
- Sat Dec 01 14:03:08 2018 +0000
- Revision:
- 18:5aa48aec9cae
- Parent:
- 17:f9610f3cfa1b
- Child:
- 19:4b0fe9a5ec38
??????????PID????????????
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
takeru0x1103 | 16:05b9e44889f1 | 1 | #include "globalFlags.h" |
takeru0x1103 | 16:05b9e44889f1 | 2 | |
takeru0x1103 | 16:05b9e44889f1 | 3 | DigitalOut led1(LED1); |
takeru0x1103 | 16:05b9e44889f1 | 4 | DigitalOut led2(LED2); |
takeru0x1103 | 16:05b9e44889f1 | 5 | DigitalOut led3(LED3); |
takeru0x1103 | 16:05b9e44889f1 | 6 | DigitalOut led4(LED4); |
takeru0x1103 | 8:1ca49cb18290 | 7 | |
takeru0x1103 | 17:f9610f3cfa1b | 8 | typPrintFlag gf_Print; |
takeru0x1103 | 18:5aa48aec9cae | 9 | typPrintFlag gf_Mon; |
takeru0x1103 | 17:f9610f3cfa1b | 10 | typCalFlag gf_Cal; |
takeru0x1103 | 18:5aa48aec9cae | 11 | typChkFlag gf_Chk; //チェックフラグ |
takeru0x1103 | 17:f9610f3cfa1b | 12 | bool gf_CmdPrs = false; |
takeru0x1103 | 17:f9610f3cfa1b | 13 | typAccel gf_AxReq[2] ={0,};//アクセル更新 |
takeru0x1103 | 17:f9610f3cfa1b | 14 | typAccel gf_MtReq[4] ={0,};//モーター更新 |
takeru0x1103 | 18:5aa48aec9cae | 15 | bool gf_AttCntEna; //姿勢制御イネーブル |