添加协议解析

This commit is contained in:
2024-12-31 21:56:37 +08:00
parent 1ccaf933dd
commit 93b24cc454
9 changed files with 189 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ set(TARGET_C_SRC
${CMAKE_SOURCE_DIR}/src/soft_i2c.c
${CMAKE_SOURCE_DIR}/src/i2c.c
${CMAKE_SOURCE_DIR}/src/fwdgt.c
${CMAKE_SOURCE_DIR}/src/rs485_protocol.c
)
add_executable(${PROJECT_NAME} ${TARGET_C_SRC})