ircode_syber.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:1k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __IRCODE_N700_H
  2. #define _IRCODE_INC_V //kenny add it 891004
  3. #define IR_NEC
  4. #ifndef DIRECT_CHANGE_BIN_FOR_IR
  5. #define IR_ADDR_PATT 0x00BF
  6. #endif
  7. #include "irconfig.h"
  8. #define IR_RETURN (GetReverse(IRC_RETURN))
  9. #define IR_EJECT (GetReverse(IRC_EJECT))
  10. #define IR_STOP (GetReverse(IRC_STOP))
  11. #define IR_POWER 0xff
  12. //#define IR_POWER (GetReverse(IRC_POWER))
  13. #define IR_VOLUME_UP (GetReverse(IRC_VOLUME_UP))
  14. #define IR_VOLUME_DOWN (GetReverse(IRC_VOLUME_DN))
  15. #endif/*__IRCODE_N700_H*/