build.h
来自「TMS320f28xx控制三相感应电机程序。包括速度检测、速度调节、V/F控制、」· C头文件 代码 · 共 35 行
H
35 行
/* =================================================================================
File name: BUILD.H
Description:
Incremental Build Level control file.
=====================================================================================
History:
-------------------------------------------------------------------------------------
04-15-2005 Version 3.20
================================================================================= */
#ifndef BUILDLEVEL
/*------------------------------------------------------------------------------
Following is the list of the Build Level choices.
------------------------------------------------------------------------------*/
#define LEVEL1 1 // V/Hz profile test
#define LEVEL2 2 // SV_GEN, FC_PWM speed measurement tests
#define LEVEL3 3 // Sensored speed closed-loop V/Hz system test
#define ALWAYS_RUN
/*------------------------------------------------------------------------------
This line sets the BUILDLEVEL to one of the available choices.
------------------------------------------------------------------------------*/
#define BUILDLEVEL LEVEL1
#ifndef BUILDLEVEL
#error Critical: BUILDLEVEL must be defined !!
#endif // BUILDLEVEL
#endif // BUILDLEVEL
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?