ircode_svcd30.h

来自「Sunplus 8202S source code.」· C头文件 代码 · 共 26 行

H
26
字号
#ifndef __IRCODE_M_H
#define	__IRCODE_M_H

/*
** MTK 42 key
**
** TYPE:	NEC
** ADDR:	0xff
*/


#define	_IRCODE_INC_V //shawn add at 910130 (samsung)
#define	IR_NEC
#define IR_ADDR_PATT	0x00ff
#include "irconfig.h"

//need to be modified
#define IR_RETURN       0xca
#define IR_EJECT        0x08
#define IR_STOP         0x28
#define IR_VOLUME_UP    0xc0
#define IR_VOLUME_DOWN  0x40


#endif/*__IRCODE_M_H*/

⌨️ 快捷键说明

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