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