请问一下,我使用bk7231n 采集温度,使用的是ds18b20 采集模块,现在使用zt3l 模组去采集,有驱动代码提供吗?
zt3l 使用 ds18b20 温度采集,采集驱动代码
Re: zt3l 使用 ds18b20 温度采集,采集驱动代码
ds18b20 的驱动你可以直接copy到ZT3L,io操作替换成ZT3L 就可以了。
Re: zt3l 使用 ds18b20 温度采集,采集驱动代码
移植了,但延时函数能提供一下吗?
Re: zt3l 使用 ds18b20 温度采集,采集驱动代码
TuyaOS\include\adapter\system\include\tkl_system.h 中提供了 VOID_T tkl_system_delay(UINT_T num_ms) 函数