mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 08:55:53 +08:00
初始版本
This commit is contained in:
12
firmware/stm32-esp/user/drive/bsp_clock.h
Normal file
12
firmware/stm32-esp/user/drive/bsp_clock.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _BSP_CLOCK_H_
|
||||
#define _BSP_CLOCK_H_
|
||||
|
||||
#include "stm32f10x.h"
|
||||
|
||||
void Delay_ms(uint32_t nms);
|
||||
void Delay_us(uint32_t nus);
|
||||
|
||||
void BSP_ClockInit(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user