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

DVD

开发平台:

C/C++

  1. #ifndef __IRCODE_N700_H
  2. #define __IRCODE_N700_H
  3. #define _IRCODE_INC_V //kenny add it 891004
  4. #define IR_NEC
  5. #ifdef USE_IR_HH_688
  6. #define IR_ADDR_PATT 0X00FF  //wangnh 20031016
  7. #else
  8. #define IR_ADDR_PATT 0X02FC  //wangnh 20031016
  9. #endif
  10. #include "irconfig.h"
  11. #define IR_RETURN 0xf0
  12. #define IR_EJECT 0xb8
  13. #define IR_STOP 0x20
  14. #define IR_POWER 0xff    //No POWER button in NINTAUS_DVD, Jeff 20020524
  15. #define IR_VOLUME_UP 0x98
  16. #define IR_VOLUME_DOWN 0xf8
  17. #endif/*__IRCODE_N700_H*/