?? mc_control.h
字號:
/****************************************************************************
* file name:mc_control.h
*
*****************************************************************************/
#ifndef _MC_CONTROL_H_
#define _MC_CONTROL_H_
U8 mc_control_speed(U8 speed_cmd);
U8 mc_control_current(U8 cur_cmd);
U8 mc_control_position(S32 Number_of_turns);
void mc_regulation_loop();
void mc_set_Open_Loop();
void mc_set_Speed_Loop();
void mc_set_Current_Loop();
void mc_set_Position_Loop();
U8 mc_get_Duty_Cycle();
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -