1
0
forked from Git_test/Git_TEST

绿灯闪烁间隔从500mS改为5000mS

This commit is contained in:
BD7IWD-CMP\bd7iw
2025-09-10 12:03:20 +08:00
parent 22a30f58c9
commit bd8411309e
38 changed files with 25 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
#include "Delay.h"
#include "Led_Init.h"
#define Delay_Time 500
#define Delay_Time 5000
void Run_Led()
{