mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
feat(touch): update doc and example for touch version 2
This commit is contained in:

committed by
Kevin (Lao Kaiyao)

parent
1ccb534dc7
commit
c007ec5f17
64
docs/en/api-reference/peripherals/cap_touch_sens/esp32s3.inc
Normal file
64
docs/en/api-reference/peripherals/cap_touch_sens/esp32s3.inc
Normal file
@@ -0,0 +1,64 @@
|
||||
.. This file gets included from other .rst files in this folder.
|
||||
.. It contains target-specific snippets.
|
||||
.. Comments and '---' lines act as delimiters.
|
||||
..
|
||||
.. This is necessary mainly because RST doesn't support substitutions
|
||||
.. (defined in RST, not in Python) inside code blocks. If that is ever implemented,
|
||||
.. These code blocks can be moved back to the main .rst files, with target-specific
|
||||
.. file names being replaced by substitutions.
|
||||
|
||||
.. touch-chan-mapping
|
||||
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
:widths: 20 20
|
||||
|
||||
* - Channel
|
||||
- GPIO
|
||||
|
||||
* - CH0
|
||||
- Internal
|
||||
|
||||
* - CH1
|
||||
- IO1
|
||||
|
||||
* - CH2
|
||||
- IO2
|
||||
|
||||
* - CH3
|
||||
- IO3
|
||||
|
||||
* - CH4
|
||||
- IO4
|
||||
|
||||
* - CH5
|
||||
- IO5
|
||||
|
||||
* - CH6
|
||||
- IO6
|
||||
|
||||
* - CH7
|
||||
- IO7
|
||||
|
||||
* - CH8
|
||||
- IO8
|
||||
|
||||
* - CH9
|
||||
- IO9
|
||||
|
||||
* - CH10
|
||||
- IO10
|
||||
|
||||
* - CH11
|
||||
- IO11
|
||||
|
||||
* - CH12
|
||||
- IO12
|
||||
|
||||
* - CH13
|
||||
- IO13
|
||||
|
||||
* - CH14
|
||||
- IO14
|
||||
|
||||
---
|
Reference in New Issue
Block a user