Merge branch 'refactor/p4_touch_channel_increase_1' into 'master'

refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14

Closes IDF-12744

See merge request espressif/esp-idf!39331
This commit is contained in:
Kevin (Lao Kaiyao)
2025-06-09 10:37:17 +08:00
18 changed files with 194 additions and 252 deletions

View File

@@ -16,49 +16,49 @@
* - Channel
- GPIO
* - CH0
* - CH1
- IO2
* - CH1
* - CH2
- IO3
* - CH2
* - CH3
- IO4
* - CH3
* - CH4
- IO5
* - CH4
* - CH5
- IO6
* - CH5
* - CH6
- IO7
* - CH6
* - CH7
- IO8
* - CH7
* - CH8
- IO9
* - CH8
* - CH9
- IO10
* - CH9
* - CH10
- IO11
* - CH10
* - CH11
- IO12
* - CH11
* - CH12
- IO13
* - CH12
* - CH13
- IO14
* - CH13
* - CH14
- IO15
* - CH14
* - CH15
- Internal
---