From 2d34767cde8f5623ddfd152ac3d5ed0fa5fca9e8 Mon Sep 17 00:00:00 2001 From: nhkefus Date: Fri, 21 Mar 2025 12:51:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=89=E9=94=AE=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9B=B8=E5=85=B3=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/user_gpio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/TC1/user_gpio.h b/TC1/user_gpio.h index 2da690a..bc51a14 100644 --- a/TC1/user_gpio.h +++ b/TC1/user_gpio.h @@ -30,5 +30,6 @@ void SetSocketStatus(char* socket_status); void set_key_map(int index, char short_func, char long_func); char get_short_func(char val); char get_long_func(char val); +void StartLedBlink(uint8_t times); #endif