ircode_syber.h
资源名称:8202s.rar [点击查看]
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:
DVD
开发平台:
C/C++
- #ifndef __IRCODE_N700_H
- #define _IRCODE_INC_V //kenny add it 891004
- #define IR_NEC
- #ifndef DIRECT_CHANGE_BIN_FOR_IR
- #define IR_ADDR_PATT 0x00BF
- #endif
- #include "irconfig.h"
- #define IR_RETURN (GetReverse(IRC_RETURN))
- #define IR_EJECT (GetReverse(IRC_EJECT))
- #define IR_STOP (GetReverse(IRC_STOP))
- #define IR_POWER 0xff
- //#define IR_POWER (GetReverse(IRC_POWER))
- #define IR_VOLUME_UP (GetReverse(IRC_VOLUME_UP))
- #define IR_VOLUME_DOWN (GetReverse(IRC_VOLUME_DN))
- #endif/*__IRCODE_N700_H*/