Search found 1 match

by kiromaisus
Mon Feb 08, 2021 11:20 pm
Forum: ESP32 Arduino
Topic: What is touch_pad_get_status() supposed to return?
Replies: 0
Views: 1211

What is touch_pad_get_status() supposed to return?

Hi. My first post was either deleted or didn't submit, idk. What I want to do: I have 7 touch buttons on my board and want to attach interrupts to everyone, calling the same function. In this function I would like to use touch_pad_get_status() or other to get which button was touched. Then a switch ...