Update TouchRead.ino
This commit is contained in:
parent
5784081147
commit
a0b8025ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue