Files
fastbee/firmware/stm32-esp/user/drive/bsp_timer3.h
2021-09-01 18:05:49 +08:00

16 lines
199 B
C

#ifndef _BSP_TIMER3_H_
#define _BSP_TIMER3_H_
#include "stm32f10x.h"
#include "bsp_uart3.h"
#include "esp8266_uart2.h"
#include "basic_data.h"
void BSP_Timer3Init(void);
#endif