touch_element: add touch element api-reference doc

This commit is contained in:
Kang Zuoling
2020-12-30 12:25:14 +08:00
committed by Kang Zuo Ling
parent f12b571f82
commit b639514793
19 changed files with 2300 additions and 1 deletions

View File

@@ -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