mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-03 23:41:36 +01:00
Add supported touch pins for esp32-s2/s3 (#2743)
This commit is contained in:
parent
fa505d91e5
commit
4d378b32c8
@ -104,7 +104,10 @@ Configuration variables:
|
||||
Touch Pad Pins
|
||||
--------------
|
||||
|
||||
8 pins on the ESP32 can be used to detect touches. These are (in the default "raw" pin names):
|
||||
Below are the raw GPIO pin numbers that can be used as touch pads for each variant.
|
||||
|
||||
ESP32
|
||||
*****
|
||||
|
||||
- ``GPIO0``
|
||||
- ``GPIO2``
|
||||
@ -117,6 +120,25 @@ Touch Pad Pins
|
||||
- ``GPIO32``
|
||||
- ``GPIO33``
|
||||
|
||||
ESP32-S2 & ESP32-S3
|
||||
*******************
|
||||
|
||||
- ``GPIO1``
|
||||
- ``GPIO2``
|
||||
- ``GPIO3``
|
||||
- ``GPIO4``
|
||||
- ``GPIO5``
|
||||
- ``GPIO6``
|
||||
- ``GPIO7``
|
||||
- ``GPIO8``
|
||||
- ``GPIO9``
|
||||
- ``GPIO10``
|
||||
- ``GPIO11``
|
||||
- ``GPIO12``
|
||||
- ``GPIO13``
|
||||
- ``GPIO14``
|
||||
|
||||
|
||||
Finding thresholds
|
||||
------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user