bldc.h

来自「MC56F802BLDC 可以使用的算法 就是电机启动有点慢」· C头文件 代码 · 共 30 行

H
30
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?