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

📄 bldc.h

📁 MC56F802BLDC 可以使用的算法 就是电机启动有点慢
💻 H
字号:
/* File: bldc.h */

#ifndef __BLDC_H
#define __BLDC_H

/* 
   This include file is the master include file for the 
   DSP568xx Motor Control BLDC Library
*/

/***************************
 BLDC Commutation Handler with Hall Sensors
****************************/

//#include "bldchs.h"
#include "bldcdrv.h"
#include "BldcZC.h"

/*****************************************************************************/
/** Commutation tables for EMV Motor Kit                                    **/
/*****************************************************************************/

extern const mc_tPWMSignalMask   bldcCommutationTableInd[8];

#ifdef PWM_SWAP_1 //if the swap operations are allowed
extern const pwm_sChannelControl bldcCommutationTableComp[8];
#endif

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -