?? 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 + -