Files
E3_boot/btm_init.h
2025-08-22 09:29:06 +08:00

16 lines
318 B
C

#ifndef __BTM_INIT_H__
#define __BTM_INIT_H__
#include <stdbool.h>
#include <stdio.h>
#include <stdint.h>
#include "sdrv_btm.h"
//变量声明
extern volatile uint8_t Btm10ms;
extern volatile uint8_t Btm1ms;
extern sdrv_btm_t gstsdrv_btm_timer1;
//函数声明
int btm_init(void);
#endif /* __BTM_INIT_H__ */