#ifndef __T_LEV_DECODE_H_ #define __T_LEV_DECODE_H_ #include "u_global.h" #if 0 #define MODE_KEY_PORT 1 #define MODE_KEY_PIN 4//切换模式,时间控制 extern uint8_t g_ir_recv_done_flag; extern uint8_t g_ir_code[4]; void clean_ir_status(void); void t_lev_decode_init(void); void t_ir_check(uint32_t current_clk); void t_ir_init(void); #endif #endif //_T_LEV_DECODE_H_