8 lines
313 B
CMake
8 lines
313 B
CMake
idf_component_register(SRCS
|
|
"canTP.cpp"
|
|
"gobotRPC.cpp"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES driver
|
|
REQUIRES mcp2521
|
|
REQUIRES mcp2521_hardware_interface
|
|
) |