iic驱动重写

This commit is contained in:
2024-12-04 18:43:16 +08:00
parent 828721759d
commit 7a3e93f5d8
6 changed files with 131 additions and 10 deletions

View File

@@ -27,6 +27,7 @@ set(TARGET_C_SRC
${CMAKE_SOURCE_DIR}/src/peripheral.c
${CMAKE_SOURCE_DIR}/src/LDC1612.c
${CMAKE_SOURCE_DIR}/src/RS485.c
${CMAKE_SOURCE_DIR}/src/i2c.c
)
add_executable(xlsw_3dp_LDC1612 ${TARGET_C_SRC})