开关控制led灯

This commit is contained in:
2026-08-11 23:30:04 +08:00
parent 57e7ee15e5
commit beea93edb8
6 changed files with 109 additions and 27 deletions

View File

@@ -30,6 +30,8 @@ add_executable(${CMAKE_PROJECT_NAME}
${SPL_SRC}
User/main.c
BSP/Delay.c
BSP/LED.c
BSP/Key.c
)
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE