Pin Location
Pin A4 is located towards the middle of the board along the bottom row of pins.
Pin D12 is located towards the middle of the board (almost directly above A4) along
the top row of pins.
Reading Touch on the Pins
In the example below, click the Download Project Bundle button below to download
the necessary libraries and the code.py file in a zip file. Extract the contents of the zip
file, open the directory Adafruit_ESP32-S3_TFT_Feather/capacitive_touch_two_pins/
and then click on the directory that matches the version of CircuitPython you're using
and copy the contents of that directory to your CIRCUITPY drive.
Your CIRCUITPY drive should now look similar to the following image:
Then,
connect to the serial
# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
# SPDX-License-Identifier: MIT
"""
CircuitPython Capacitive Two Touch Pin Example - Print to the serial console when a
pin is touched.
"""
import time
©Adafruit Industries
console ().
Page 173 of 263
Need help?
Do you have a question about the ESP32-S3 and is the answer not in the manual?