Files
r2_int_1/Library/Includes/Delay.h.bak
T
moyuhai 02f1638ef2 V1.0
2026-06-12 09:12:35 +08:00

7 lines
347 B
Plaintext

#ifndef _Delay_H_
#define _Delay_H_
/*********************************************************************************************************************/
void Delay_50us(unsigned int n);
void Delay_ms(unsigned char n);
/*********************************************************************************************************************/
#endif