can you incorporate touch I/p to ESP32 so that it checks whether touchpad is in ON/OFF state?
1 Answers
Hello, I’m not sure exactly what you want to do? We have this Unit about Touch pins: https://rntlab.com/esp32-touch-sensor/
You can create an if statement to print the ON/OFF state according if the GPIO is being touched or not…