摘要: Linux i2c-dev驱动 用户空间操作示例 测试芯片为at24c16 打开i2c总线节点 file = open("/dev/i2c-0", O_RDWR); if(file < 0){ fprintf(stderr, "failed to open i2c bus\n"); return - 阅读全文
posted @ 2022-02-28 21:13 IotaHydrae 阅读(1503) 评论(0) 推荐(0)