123456789101112131415161718192021 |
- #ifndef __IRNEC007F_MAP_H__
- #define __IRNEC007F_MAP_H__
- #ifndef _DRIVER_INCLUDE
- #include "umf_ir.h"
- #endif
- // ------------------------------------------------------------------------
- #ifndef IR_PROTOCOL_NEC
- #define IR_PROTOCOL_NEC
- #endif
- #ifndef _DRIVER_INCLUDE
- #define IRNEC007F_POWERON_KEY_NUM 0x01 // must same with power on key number up to 14 keys
- #define IRNEC007F_POWERON_KEY \
- {IRNEC007F_POWERON_KEY_NUM, {0x007F000A}},
- extern void IRNEC007F_EventConvert(unsigned int *pbEvent);
- UINT8 IRNEC007F_GetKeyCodeEvent(UINT32 cid, UINT8 u8Keycode, UINT32 * u32Event);
- #endif
- #endif
|