feat(touch): support touch v1 in new touch driver

This commit is contained in:
laokaiyao
2025-01-08 13:06:05 +08:00
parent 057bae82e1
commit fd7b80833c
39 changed files with 1950 additions and 631 deletions

View File

@@ -214,7 +214,7 @@ esp_err_t esp_sleep_enable_touchpad_wakeup(void);
*
* @return touch pad which caused wakeup
*/
touch_pad_t esp_sleep_get_touchpad_wakeup_status(void);
int esp_sleep_get_touchpad_wakeup_status(void);
#endif // SOC_TOUCH_SENSOR_SUPPORTED
/**