📄 build.h
字号:
/* =================================================================================
File name: BUILD.H
Originator: Digital Control Systems Group
Texas Instruments
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 LEVEL0 0 // 开环PWM输出测试
#define LEVEL1 1 // 开环转动测试
#define LEVEL2 2 // 捕获端口输入测试
#define LEVEL3 3 // Speed closed-loop control based on Hall sensor
/*------------------------------------------------------------------------------
This line sets the BUILDLEVEL to one of the available choices.
------------------------------------------------------------------------------*/
#define BUILDLEVEL LEVEL0
#ifndef BUILDLEVEL
#error Critical: BUILDLEVEL must be defined !!
#endif // BUILDLEVEL
#endif // BUILDLEVEL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -