#include <motorCtrl.h>
Public Attributes | |
| unsigned char | id |
| int | gain_p |
| int | gain_i |
| int | i_value |
| int | r_per_v |
| int | ke_per_v |
モータ制御に必要なパラメータを管理
Definition at line 23 of file motorCtrl.h.
| unsigned char motorInfo_t::id |
使用するモータのデバイスID
Definition at line 24 of file motorCtrl.h.
Referenced by initMotorInfo(), setMotorFree(), and setMotorRevolution().
1.5.7.1