1
0
forked from Git_test/Git_TEST

蓝灯间隔2000mS太大了,改为1000mS

This commit is contained in:
BD7IWD-CMP\bd7iw
2025-09-10 12:35:31 +08:00
parent eedd3484fa
commit c9bbdb607d
9 changed files with 9 additions and 39 deletions

View File

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