hanhanmumuqq
关于arduino与TTP229间iic通讯的问题
前几天收到了TTP229的16键电容式触控板
其中1~8键有效,9~16键引出
用wire库编了一个测试程序
但是总是会在触控1键时输出11111110并且停顿
松开后输出111111。。。。1(32个)
在触摸2~8键时停顿不输出
求救
hanhanmumuqq
hanhanmumuqq
hanhanmumuqq
#include <Wire.h>
int h =0;
void setup()
{
Wire.begin();
Serial.begin(9600);
Serial.println("Ready!");
}
void loop()
{
Wire.begin
【查看更多内容请登录哈】
[查看全文]