Commit 749c2724936580c1981f18f2de9a0fc4641983f8
1 parent
da70a172
Added Modbus Class
Showing
3 changed files
with
19 additions
and
0 deletions
src/CMakeLists.txt
| @@ -11,6 +11,8 @@ include_directories( | @@ -11,6 +11,8 @@ include_directories( | ||
| 11 | ) | 11 | ) |
| 12 | 12 | ||
| 13 | set(SRC_LIST | 13 | set(SRC_LIST |
| 14 | + ${CMAKE_CURRENT_SOURCE_DIR}/modbus.h | ||
| 15 | + ${CMAKE_CURRENT_SOURCE_DIR}/modbus.cpp | ||
| 14 | ${CMAKE_CURRENT_SOURCE_DIR}/modbusbase.h | 16 | ${CMAKE_CURRENT_SOURCE_DIR}/modbusbase.h |
| 15 | ${CMAKE_CURRENT_SOURCE_DIR}/modbusbase.cpp | 17 | ${CMAKE_CURRENT_SOURCE_DIR}/modbusbase.cpp |
| 16 | ${CMAKE_CURRENT_SOURCE_DIR}/modbustcp.h | 18 | ${CMAKE_CURRENT_SOURCE_DIR}/modbustcp.h |
src/modbus.cpp
0 → 100644