Search found 1 match

by testetst
Thu Apr 02, 2020 9:11 am
Forum: General Discussion and Questions
Topic: touchPad on Pin 2 (ESP32)
Replies: 3
Views: 5531

touchPad on Pin 2 (ESP32)

I have downloaded the actual version of Micropython for the ESP32 and i wanted to use Pin 2 as a touchPin. I can decelerate it as a touchpin like this touchPad = TouchPad(Pin(2)) But I cannot read from that: touchPad.read() Than I get an error: ValueError: Touch pad error Have anyone an idea? I have...