mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 17:05:55 +08:00
4 lines
170 B
CMake
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)
|