Skip to content

Add touch sleep wakeup API #7439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add note to docs
  • Loading branch information
P-R-O-C-H-Y committed Nov 9, 2022
commit ecefe759b32d7a529947f8005e033d5984059029
2 changes: 2 additions & 0 deletions docs/source/api/touch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ touchSleepWakeUpEnable

This function is used to setup touch pad as the wake up source from the deep sleep.

.. note:: ESP32-S2 and ESP32-S3 only support one sleep wake up touch pad.

.. code-block:: arduino

void touchSleepWakeUpEnable(uint8_t pin, touch_value_t threshold);
Expand Down