ircode_gaodasi.h
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:
DVD
开发平台:
C/C++
- #ifndef __IRCODE_N700_H
- #define __IRCODE_N700_H
- #define _IRCODE_INC_V //kenny add it 891004
- #define IR_NEC
- #define IR_ADDR_PATT 0x00ff
- #include "irconfig.h"
- #define IR_RETURN 0x8a
- #define IR_EJECT 0x00
- #define IR_STOP 0x38
- #define IR_POWER 0x30
- #define IR_VOLUME_UP 0x0a
- #define IR_VOLUME_DOWN 0x2a
- #endif/*__IRCODE_N700_H*/