Files
touch-resistance-lcd/main/CMakeLists.txt
2026-07-03 11:22:17 +08:00

4 lines
169 B
CMake

idf_component_register(SRCS "resistive_touch.c" "main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_driver_gpio esp_driver_spi freertos)