7 lines
354 B
C
7 lines
354 B
C
#ifndef _Delay_H_
|
|
#define _Delay_H_
|
|
/*********************************************************************************************************************/
|
|
void Delay_50us(unsigned int n);
|
|
void Delay_ms(unsigned int delay_nms);
|
|
/*********************************************************************************************************************/
|
|
#endif |