6 lines
246 B
CMake
6 lines
246 B
CMake
idf_component_register(SRCS
|
|
"interface_commands.cpp"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES driver
|
|
REQUIRES mcp2521_hardware_interface
|
|
) |