Unverified Commit a95d838a authored by TANAKA Masayuki's avatar TANAKA Masayuki Committed by GitHub

Fix typo T0 -> T1 touch example

parent d158aa6f
...@@ -10,6 +10,6 @@ void setup() ...@@ -10,6 +10,6 @@ void setup()
void loop() void loop()
{ {
Serial.println(touchRead(T1)); // get value using T0 Serial.println(touchRead(T1)); // get value using T1
delay(1000); delay(1000);
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment