V1.0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef _Delay_H_
|
||||
#define _Delay_H_
|
||||
/*********************************************************************************************************************/
|
||||
void Delay_50us(unsigned int n);
|
||||
void Delay_ms(unsigned char n);
|
||||
/*********************************************************************************************************************/
|
||||
#endif
|
||||
Reference in New Issue
Block a user