4 lines
185 B
CMake
4 lines
185 B
CMake
idf_component_register(SRCS "functions.c" "app_main.c"
|
|
INCLUDE_DIRS "include""${CMAKE_SOURCE_DIR}""."
|
|
REQUIRES ssd1306 driver esp_adc hal)
|