Initial commit
This commit is contained in:
7
FW/Core/my_src/delay.h
Normal file
7
FW/Core/my_src/delay.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __DELAY_H
|
||||
#define __DELAY_H
|
||||
|
||||
extern void delay_us(unsigned int nus);
|
||||
extern void delay_ms(unsigned int nms);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user