mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:50:30 +00:00
touch_element: add touch element api-reference doc
This commit is contained in:
committed by
Kang Zuo Ling
parent
06f92003a3
commit
78a1cd3643
@@ -10,4 +10,8 @@ INPUT += \
|
||||
$(IDF_PATH)/components/esp32s2/include/esp_hmac.h \
|
||||
$(IDF_PATH)/components/esp32s2/include/esp_ds.h \
|
||||
$(IDF_PATH)/components/ulp/include/esp32s2/ulp_riscv.h \
|
||||
$(IDF_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h
|
||||
$(IDF_PATH)/components/ulp/include/$(IDF_TARGET)/ulp.h \
|
||||
$(IDF_PATH)/components/touch_element/include/touch_element/touch_element.h \
|
||||
$(IDF_PATH)/components/touch_element/include/touch_element/touch_button.h \
|
||||
$(IDF_PATH)/components/touch_element/include/touch_element/touch_slider.h \
|
||||
$(IDF_PATH)/components/touch_element/include/touch_element/touch_matrix.h
|
||||
|
||||
Reference in New Issue
Block a user