📄 bldc.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 + -