forked from Git_test/Git_TEST
初始化项目:红灯闪烁
This commit is contained in:
8
不同颜色LED/APP/Delay.h
Normal file
8
不同颜色LED/APP/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