当前位置:网站首页>Aura clock chip generation configuration file script
Aura clock chip generation configuration file script
2022-08-04 19:33:00 【Hong Dayu】
[[ -f $1 ]] && sed "/#/d;s/(//g;s/)//g;s/i2c\.i2cw//g;/^[[:space:]]*$/d;s/\.sleep/ /" $1 || echo "file not exist"
while (fgets(sbuf, sizeof(sbuf), fp_au5329) != NULL) {
if (!strncmp(sbuf, "0x68", 4)) {
sscanf(sbuf, "%x,%x,%x", &empty, &addr, &value);
ret = i2c_smbus_write_byte_data(au5329_dev_fd, addr & 0xFF, value & 0xFF);
printf("w %#x %#x\n", addr, value);
if (ret < 0) {
goto OUT;
}
} else if (!strncmp(sbuf, "time", 4)) {
sscanf(sbuf, "%s %f", empty_str, &time);
usleep((__useconds_t)(time * (1e6)));
printf("sleep %f \n", time);
}
bzero(sbuf, sizeof(sbuf));
}
边栏推荐
猜你喜欢
随机推荐
getBoundingClientRect
高效目标检测:动态候选较大程度提升检测精度(附论文下载)
带你了解数据分布式存储原理
[Sql brush topic] Query information data--Day1
Query the published version records of the APP Store
Use "green computing" technology to promote sustainable development of computing power
5G NR 笔记记录
什么是内部客户服务?
备忘录模式
对比几类主流的跨端技术方案
我的四周年创作纪念日
七夕福利!中奖名单:书籍免费送!
按需视觉识别:愿景和初步方案
SAP UI5 确保控件 id 全局唯一的实现方法
一些性能测试的要点
动手学深度学习_VggNet
企业应当实施的5个云安全管理策略
visual studio 与 visual studio code
Finished product upgrade program
TritonVM——基于Recursive STARK的虚拟机