iic驱动重写

This commit is contained in:
2024-12-05 19:54:31 +08:00
parent 7a3e93f5d8
commit dde90dc162
6 changed files with 215 additions and 110 deletions

View File

@@ -27,7 +27,6 @@ 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})