摘要: 在读写的过程中,发现写数据成功但是读取数据却失败,猜测是因为iic的读写操作过快,故在写操作后给一定的延迟,进而读写成功。 代码如下: #include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <unistd.h>#include 阅读全文
posted @ 2016-03-16 17:24 叶念西风 阅读(266) 评论(0) 推荐(0)
叶念西风 - 个人博客