📄 led.h
字号:
/**************** (c) 2006 佛山菱电 *****************************************
PROJECT : AUX VRV 挂机/柜机
COMPILER : AVR GCC/ICC
MODULE : led.h
VERSION : 1.0.0
DATE : 2006/01/03
AUTHOR : 朱坤
MODIFICATIONS :
DESCRIPTION : LED 显示处理
******************************************************************************/
#ifndef LED_H
#define LED_H
#include "lib.h"
extern u8 TimeTmSet; /* 设定定时时显示定时时间 10 秒 */
extern u8 FanTmSet; /* 设定风速时显示设定风速 10 秒 */
#ifdef LEDDISP
extern u8 DispDlyCnt; /* 模式确认延时 */
void Led_Init(void);
void LedDisp_Sub(void);
u8 GetErrNum(void);
#if (NJTYPE == 4)
extern u8 FlashErrCnt;
#ifndef AVRGCC
void Disp_Int(void); /* 显示 */
#endif
#elif (NJTYPE == 5)
void DispTime(u16 tm);
extern u8 ChkLcdCnt; /* */
extern u8 FlashErrCnt;
extern u8 TimeTmSet; /* 设定定时时显示定时时间 10 秒 */
extern u8 FanTmSet; /* 设定风速时显示设定风速 10 秒 */
extern u8 KeyBuf;
#ifndef AVRGCC
void Disp_Int(void); /* 显示 */
#endif
#endif /* NJTYPE */
#else /* LEDDISP */
#define Led_Init()
#define LedDisp_Sub()
#endif /* LEDDISP */
#endif /* LED_H */
/*** (c) 2006 佛山菱电 **************************** END OF FILE *************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -