Files
esp-idf/examples/peripherals/adc/continuous_read/main/CMakeLists.txt
T

4 lines
133 B
CMake
Raw Normal View History

idf_component_register(SRCS "continuous_read_main.c"
PRIV_REQUIRES esp_adc
INCLUDE_DIRS ".")