未验证 提交 a95d838a 编写于 作者: T TANAKA Masayuki 提交者: GitHub

Fix typo T0 -> T1 touch example

上级 d158aa6f
......@@ -10,6 +10,6 @@ void setup()
void loop()
{
Serial.println(touchRead(T1)); // get value using T0
Serial.println(touchRead(T1)); // get value using T1
delay(1000);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册