This commit is contained in:
2025-07-07 10:41:49 +08:00
commit 1bae677e06
88 changed files with 36686 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _Delay_H_
#define _Delay_H_
/*********************************************************************************************************************/
void Delay_50us(unsigned int n);
void Delay_ms(unsigned int delay_nms);
/*********************************************************************************************************************/
#endif