完成LED、RS485、IIC初始化部分代码。

This commit is contained in:
2024-12-03 20:04:03 +08:00
parent 2d7e6fb6e4
commit 828721759d
8 changed files with 227 additions and 4 deletions

View File

@@ -25,6 +25,8 @@ set(TARGET_C_SRC
${CMAKE_SOURCE_DIR}/src/gd32e23x_it.c
${CMAKE_SOURCE_DIR}/src/systick.c
${CMAKE_SOURCE_DIR}/src/peripheral.c
${CMAKE_SOURCE_DIR}/src/LDC1612.c
${CMAKE_SOURCE_DIR}/src/RS485.c
)
add_executable(xlsw_3dp_LDC1612 ${TARGET_C_SRC})