forked from espressif/arduino-esp32
Update TouchRead.ino
This commit is contained in:
@ -10,6 +10,6 @@ void setup()
|
|||||||
|
|
||||||
void loop()
|
void loop()
|
||||||
{
|
{
|
||||||
Serial.println(touchRead(T0)); // get value using T0
|
Serial.println(touchRead(T1)); // get value using T0
|
||||||
delay(1000);
|
delay(1000);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user