Files
fastbee/firmware/esp-idf/wumei-smart-firmware/components/button/CMakeLists.txt
2021-07-13 17:15:20 +08:00

4 lines
170 B
CMake

idf_component_register(SRCS "button_adc.c" "button_gpio.c" "iot_button.c"
INCLUDE_DIRS include
PRIV_REQUIRES esp_adc_cal)