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