第一次提交
This commit is contained in:
19
interface_btm.h
Normal file
19
interface_btm.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __INTERFACE_BTM_H__
|
||||
#define __INTERFACE_BTM_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include "sdrv_btm.h"
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
extern volatile uint8_t Btm10ms;
|
||||
|
||||
|
||||
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
int btm_init(void);
|
||||
extern uint32_t current_time(void);
|
||||
extern uint32_t getCurrentTime(void);
|
||||
|
||||
|
||||
#endif /* __BTM_INIT_H__ */
|
||||
Reference in New Issue
Block a user