Add supported touch pins for esp32-s2/s3 (#2743)

This commit is contained in:
Jesse Hills 2023-03-13 13:13:51 +13:00 committed by GitHub
parent 72c0fdd05f
commit d911bbbab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 1 deletions

View File

@ -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
------------------