Organize files

This commit is contained in:
2024-12-20 16:06:20 +08:00
parent 49f57c6980
commit c635adf812
15 changed files with 532 additions and 562 deletions

View File

@@ -24,9 +24,11 @@ set(TARGET_C_SRC
${CMAKE_SOURCE_DIR}/src/main.c
${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
${CMAKE_SOURCE_DIR}/src/ldc1612.c
${CMAKE_SOURCE_DIR}/src/tmp112.c
${CMAKE_SOURCE_DIR}/src/rs485.c
${CMAKE_SOURCE_DIR}/src/led.c
${CMAKE_SOURCE_DIR}/src/i2c.c
)
add_executable(xlsw_3dp_LDC1612 ${TARGET_C_SRC})