feat(touch_sens): support touch sensor on esp32s31

This commit is contained in:
Hu Rui
2026-04-07 17:36:08 +08:00
parent 54ecf4c09f
commit b9d3b161e4
22 changed files with 1401 additions and 1118 deletions
+3
View File
@@ -3,3 +3,6 @@ INPUT += \
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_decode.h \
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_encode.h \
$(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_types.h \
$(PROJECT_PATH)/components/esp_driver_touch_sens/hw_ver3/include/driver/touch_version_types.h \
$(PROJECT_PATH)/components/esp_driver_touch_sens/include/driver/touch_sens.h \
$(PROJECT_PATH)/components/esp_driver_touch_sens/include/driver/touch_sens_types.h