devicesbus read data

This commit is contained in:
flower_linux
2026-03-26 17:22:52 +08:00
parent bc07fa0e6e
commit 35fb913957
43 changed files with 1285 additions and 170 deletions

View File

@@ -1,3 +1,3 @@
# Placeholder for can_raw plugin
add_library(can_raw SHARED)
# Placeholder for can_raw plugin
add_library(can_raw SHARED plugin_stub.cpp)
set_target_properties(can_raw PROPERTIES OUTPUT_NAME "can_raw")