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

DVD

开发平台:

C/C++

  1. #ifndef __IRCODE_FUSS_MASCO_H
  2. #define __IRCODE_FUSS_MASCO_H
  3. /*
  4. ** MTK 42 key
  5. **
  6. ** TYPE:    NEC
  7. ** ADDR:    0xff
  8. */
  9. #define _IRCODE_INC_V //kenny add it 891004
  10. #define IR_PHILIPS
  11. #define IR_ADDR_PATT    0x0011
  12. #define IR_ADDR_PATT2    0x0051
  13. #include "irconfig.h"
  14. #define IR_RETURN       0x88//0x0a//0xf0//nono 20020710
  15. #define IR_EJECT        0x18//0xb8
  16. #define IR_STOP         0x20
  17. #define IR_VOLUME_UP    0x90//0x98
  18. #define IR_VOLUME_DOWN  0x12//0xf8
  19. #define IR_POWER    0x38
  20. #endif/*__IRCODE_FUSS_MASCO_H*/