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