init: 项目初始化,添加基础文件
This commit is contained in:
8
循迹/System/Delay.h
Normal file
8
循迹/System/Delay.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __DELAY_H
|
||||
#define __DELAY_H
|
||||
|
||||
void Delay_us(uint32_t us);
|
||||
void Delay_ms(uint32_t ms);
|
||||
void Delay_s(uint32_t s);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user