ircode_sunplus_ir_xinguang.h
来自「凌阳公司机sunplus1002在这个芯片下」· C头文件 代码 · 共 31 行
H
31 行
#ifndef __IRCODE_M_H#define __IRCODE_M_H/*** MTK 42 key**** TYPE: NEC** ADDR: 0xff*/#define _IRCODE_INC_V //kenny add it 891004#define IR_NEC#define IR_ADDR_PATT 0x807f#define IR_ID 0x807f #include "irconfig.h"//need to be modified#define IR_RETURN 0xc2#define IR_EJECT 0x00#define IR_STOP 0xaa#define IR_POWER 0x30#define IR_VOLUME_UP 0xb0#define IR_VOLUME_DOWN 0x70#define IR_POWER2 revn(0x9f, 8)#define IR_RETURN2 revn(0x97, 8)#endif/*__IRCODE_M_H*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?