Merge branch 'docs/update_touch_sensor_esp32s2s3' into 'master'

docs: update touch sensor of esp32s2 and esp32s3

Closes DOC-3193

See merge request espressif/esp-idf!19696
This commit is contained in:
morris 2022-08-30 17:08:06 +08:00
commit c7696fb8ef
3 changed files with 39 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -133,6 +133,8 @@ The following list summarizes available measurement parameters and corresponding
Relationship between the voltage range (high/low reference voltages), speed (slope), and measurement time is shown in the figure below.
.. only:: SOC_TOUCH_VERSION_1
.. figure:: ../../../_static/touch_pad-measurement-parameters.jpg
:align: center
:alt: Touch Pad - relationship between measurement parameters
@ -142,6 +144,17 @@ Relationship between the voltage range (high / low reference voltages), speed (s
The last chart *Output* represents the touch sensor reading, i.e., the count of pulses collected within the measurement time.
.. only:: SOC_TOUCH_VERSION_2
.. figure:: ../../../_static/touch_pad-measurement-parameters-version2.png
:align: center
:alt: Touch Pad - relationship between measurement parameters
:figclass: align-center
Touch pad - relationship between measurement parameters
The last chart *Output* represents the touch sensor reading, i.e., the time taken to accumulate the fixed number of cycles.
All functions are provided in pairs to *set* a specific parameter and to *get* the current parameter's value, e.g., :cpp:func:`touch_pad_set_voltage` and :cpp:func:`touch_pad_get_voltage`.
.. _touch_pad-api-filtering-of-measurements:

View File

@ -133,6 +133,8 @@
电压门限(参考低值/参考高值)、速率(斜率)与测量时间的关系如下图所示:
.. only:: SOC_TOUCH_VERSION_1
.. figure:: ../../../_static/touch_pad-measurement-parameters.jpg
:align: center
:alt: Touch Pad - relationship between measurement parameters
@ -142,6 +144,17 @@
上图中的 *Output* 代表触摸传感器读值,即一个测量周期内测得的脉冲计数值。
.. only:: SOC_TOUCH_VERSION_2
.. figure:: ../../../_static/touch_pad-measurement-parameters-version2.png
:align: center
:alt: Touch Pad - relationship between measurement parameters
:figclass: align-center
触摸传感器 - 测量参数之间的关系
上图中的 *Output* 代表触摸传感器读值,即固定充放电次数所需的时间。
所有函数均成对出现,用于设定某一特定参数,并获取当前参数值。例如::cpp:func:`touch_pad_set_voltage`:cpp:func:`touch_pad_get_voltage`
.. _touch_pad-api-filtering-of-measurements: