You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
258 B

void Touch()
{int i=0;
do
{
//Serial.println(touchRead(33));//25 port32
// Serial.print(" ");
// Serial.print(touchRead(32));//25 port33
// Serial.print(" ");
Serial.println(touchRead(T7));//ok 40
delay(200);
i++;
}while(i<25);
}