⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mc_control.h

📁 这是无刷直流电机的控制程序
💻 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 + -