mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 07:04:32 +02:00
docs: update touch sensor of esp32s2 and esp32s3
This commit is contained in:
BIN
docs/_static/touch_pad-measurement-parameters-version2.png
vendored
Normal file
BIN
docs/_static/touch_pad-measurement-parameters-version2.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
@@ -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.
|
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
|
.. figure:: ../../../_static/touch_pad-measurement-parameters.jpg
|
||||||
:align: center
|
:align: center
|
||||||
:alt: Touch Pad - relationship between measurement parameters
|
: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.
|
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`.
|
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:
|
.. _touch_pad-api-filtering-of-measurements:
|
||||||
|
@@ -133,6 +133,8 @@
|
|||||||
|
|
||||||
电压门限(参考低值/参考高值)、速率(斜率)与测量时间的关系如下图所示:
|
电压门限(参考低值/参考高值)、速率(斜率)与测量时间的关系如下图所示:
|
||||||
|
|
||||||
|
.. only:: SOC_TOUCH_VERSION_1
|
||||||
|
|
||||||
.. figure:: ../../../_static/touch_pad-measurement-parameters.jpg
|
.. figure:: ../../../_static/touch_pad-measurement-parameters.jpg
|
||||||
:align: center
|
:align: center
|
||||||
:alt: Touch Pad - relationship between measurement parameters
|
:alt: Touch Pad - relationship between measurement parameters
|
||||||
@@ -142,6 +144,17 @@
|
|||||||
|
|
||||||
上图中的 *Output* 代表触摸传感器读值,即一个测量周期内测得的脉冲计数值。
|
上图中的 *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`。
|
所有函数均成对出现,用于设定某一特定参数,并获取当前参数值。例如::cpp:func:`touch_pad_set_voltage` 和 :cpp:func:`touch_pad_get_voltage`。
|
||||||
|
|
||||||
.. _touch_pad-api-filtering-of-measurements:
|
.. _touch_pad-api-filtering-of-measurements:
|
||||||
|
Reference in New Issue
Block a user