6 lines
200 B
CMake
Executable File
6 lines
200 B
CMake
Executable File
idf_component_register(SRCS "hello_world_main.cpp"
|
|
REQUIRES driver
|
|
REQUIRES mcp2125
|
|
REQUIRES spi_flash
|
|
INCLUDE_DIRS "")
|