Implemented Command-Level Interaction with CAN Interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
idf_component_register(SRCS "operations.cpp"
|
||||
"spi_interface_init.cpp"
|
||||
"spi_interface_commands.cpp"
|
||||
"register_interface.cpp"
|
||||
idf_component_register(SRCS
|
||||
"interface_commands.cpp"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES driver)
|
||||
REQUIRES driver
|
||||
REQUIRES mcp2521_hardware_interface
|
||||
)
|
||||
Reference in New Issue
Block a user