predef.h

来自「电动车电流流量计显示程序. 单片机根据采样电阻采得电流后通过数码管显示当前电流是」· C头文件 代码 · 共 55 行

H
55
字号
#ifndef _PRE_DEF_H
#define _PRE_DEF_H
/******************** 1.电机 ************************/
#undef  YONGCI           /* 永磁电机 */
#define REN            /* 任鸿声电机 */
#undef  WANLIAN         /* 万联电机 */
#undef  SUPAIQI
#undef  LILIANDA
/******************** 2. 自行车厂 *******************/
#undef  _PHNIX          /* 凤凰 */
#undef  _PEERLESS       /* 比尔来斯 */
#undef  _JINBAO         /* 飞驰金豹 */
#undef  _HEIJINGANG     /* 黑金刚电机 */
#undef  _LI20
/******************   3. 巡航 ***********************/
#undef  _CRUISE
#undef  _HEATPRT
/******************   4.限流 静音 *******************/
#define _SUPERQT
#define _SPEEDCENTRALHALL
/******************** 5.相角 ************************/
#undef  _60Degree
/*******************  6.磁钢数 **********************/
#define _10_POLES
#undef _40_POLES
/******************** 7.变速比 **********************/
#define  _36_16
#undef  _44_16
#undef  _44_18
#undef  _40_16_22
#undef  _48_16
#undef  _44_14
#undef  _52_16
/******************** 8.限速 ************************/
#undef  RegulatedUnivSpeed    /* 手把脚蹬全部限速 */
#undef  RegulatedHandleSpeed  /* 手把限速 */ 
#undef  _SoftTurnOffat25KM    /* 25公里柔断电 */
/******************** 9.英寸 ************************/
#define _16inch          /* 16 寸车 */
#undef  _20inch          /* 20 寸车 */
#undef  _22inch          /* 22 寸车 */
#undef  _24inch          /* 24 inch */
#undef  _26inch          /* 26 寸车 */
/******************** 10.电压 ************************/
#undef  _24V
#undef _29V
#define  _36V
/******************** 11. 电池 ***********************/
#undef _LION
/******************** 12. Trim Value *****************/
#undef  _TRIM
/******************** 13. 力矩启动 ******************/
#undef  _TRQSTART
/******************** end ***************************/
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?