Search found 1 match

by ryeBread
Thu Dec 21, 2023 9:48 am
Forum: ESP32 Arduino
Topic: touchRead breaking analogWrite?
Replies: 11
Views: 7398

Re: touchRead breaking analogWrite?

I have encountered the exact same issue, trying the following workarounds: - temporarily disable the touch functionaliy, using touch_pad_deinit() - Make use of touch interrupts instead of touchRead() I think the best solution to this issue would be to get a small separate touch module - so far I hav...