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

DVD

开发平台:

C/C++

  1. #ifndef __IRCODE_M_H
  2. #define __IRCODE_M_H
  3. /*
  4. ** soujia remote controller
  5. **
  6. ** TYPE: NEC
  7. ** ADDR: 0xff
  8. */
  9. #define IR_NEC
  10. #define IR_ADDR_PATT    0x00ff
  11. #include "irconfig.h"
  12. //the following keys must be re-defined
  13. #define IR_RETURN 0xf0
  14. #define IR_EJECT 0xb8
  15. #define IR_STOP 0x20
  16. #define IR_POWER 0xff
  17. #define IR_VOLUME_UP 0x98
  18. #define IR_VOLUME_DOWN 0xf8
  19. #endif/*__IRCODE_M_H*/