OVMS3-idf/examples/peripherals/spi_master/main/CMakeLists.txt
2019-06-21 19:53:29 +08:00

5 lines
226 B
CMake

idf_component_register(SRCS "decode_image.c"
"pretty_effect.c"
"spi_master_example_main.c"
INCLUDE_DIRS "."
EMBED_FILES image.jpg)