📄 ir.h
字号:
/**********************************************************************
* System Name DOOR
* Header Name ir.h
* Version Date Editor Modification
* 1.0 2007/05/09 周斌 做成
**********************************************************************/
/*****************************
IR INPUT
IR0 - PA0
IR1 - PA1
IR2 - PA2
IR3 - PA3
*****************************/
/**********************************************************************
* Function Name led_init
* Function Desc LED初始化函数
* Return Value 无
* Parameter 无
* Version Date Editor Modification
* 1.0 2007/05/09 周斌 做成
**********************************************************************/
void ir_init(void);
/**********************************************************************
* Function Name ir_stat
* Function Desc LED状态查询
* Return Value ir状态, bit0-bit3,挡住为1,靠近入口为bit0
* Parameter 无
* Version Date Editor Modification
* 1.0 2007/05/09 周斌 做成
**********************************************************************/
UCHAR ir_stat(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -