Merged i2c-helper in Main
This commit is contained in:
8
common-libaries/mcp2521/CMakeLists.txt
Normal file
8
common-libaries/mcp2521/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
idf_component_register(SRCS
|
||||
"interface_commands.cpp"
|
||||
"interface_interrupts.cpp"
|
||||
"toplevel_commands.cpp"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES driver
|
||||
REQUIRES mcp2521_hardware_interface
|
||||
)
|
||||
Reference in New Issue
Block a user