#ifndef __INTERFACE_BTM_H__ #define __INTERFACE_BTM_H__ #include #include #include #include "sdrv_btm.h" //变量声明 extern volatile uint8_t Btm10ms; //函数声明 int btm_init(void); extern uint32_t current_time(void); extern uint32_t getCurrentTime(void); #endif /* __BTM_INIT_H__ */