mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-20 18:01:44 +00:00
touch_element: add touch element api-reference doc
This commit is contained in:

committed by
Kang Zuo Ling

parent
f12b571f82
commit
b639514793
@@ -10,4 +10,8 @@ INPUT += \
|
||||
$(IDF_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
|
||||
$(IDF_PATH)/components/driver/include/driver/pcnt.h \
|
||||
$(IDF_PATH)/components/hal/include/hal/pcnt_types.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