7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
#ifndef _Delay_H_
|
|
#define _Delay_H_
|
|
/*********************************************************************************************************************/
|
|
void Delay_50us(unsigned int n);
|
|
void Delay_ms(unsigned char n);
|
|
/*********************************************************************************************************************/
|
|
#endif |