6 lines
93 B
CMake
6 lines
93 B
CMake
idf_component_register(
|
|
SRCS "input.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES esp_adc
|
|
)
|