Created ESP-IDF for can-interface
This commit is contained in:
5
can-interface/main/CMakeLists.txt
Executable file
5
can-interface/main/CMakeLists.txt
Executable file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(SRCS "hello_world_main.cpp"
|
||||
REQUIRES driver
|
||||
REQUIRES mcp2125
|
||||
REQUIRES spi_flash
|
||||
INCLUDE_DIRS "")
|
||||
Reference in New Issue
Block a user