void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
delay(1000);
Serial.println("ESP32 Touch Test");
}
void loop() {
Serial.println(touchRead(4));
delay(1000); // this speeds up the simulation
}
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
delay(1000);
Serial.println("ESP32 Touch Test");
}
void loop() {
Serial.println(touchRead(4));
delay(1000); // this speeds up the simulation
}