1 Star 1 Fork 1

ZhengJH/SimulateI2C

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sample.c 301 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZhengJH 提交于 2021-08-20 10:51 . init
#include <stdio.h>
#include <stdlib.h>
#include "i2c_platform.h"
#include "i2c_sw.h"
int main(int argc, char *argv[])
{
unsigned char data[1] = {1};
WriteRegWithDataLen(0x96, NULL, 0, data, 1);
ReadRegWithDataLen(0x96, NULL, 0, data, 1);
system("PAUSE");
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ZhengJH2017/simulate-i2c.git
[email protected]:ZhengJH2017/simulate-i2c.git
ZhengJH2017
simulate-i2c
SimulateI2C
master

搜索帮助