# ESP32-Touchsensor-testen-1.py.txt from machine import Pin, TouchPad, sleep touch3 = TouchPad(Pin(15)) # links 1 touch8 = TouchPad(Pin(33)) # links 2 touch9 = TouchPad(Pin(32)) # links 3 touch5 = TouchPad(Pin(12)) # rechts 3 touch6 = TouchPad(Pin(14)) # rechts 2 touch7 = TouchPad(Pin(27)) # rechts 1 dd = 250 while True: # if touch3.read()