4 lines
139 B
CMake
4 lines
139 B
CMake
idf_component_register(SRCS "io_device_control.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES esp_driver_gpio)
|