void setup() {
Serial.begin(115200);
}
void loop() {
int touchVal = touchRead(4);
Serial.println(touchVal);
delay(1000);
}
void setup() {
Serial.begin(115200);
}
void loop() {
int touchVal = touchRead(4);
Serial.println(touchVal);
delay(1000);
}