Page 1 of 1

zt3l 使用 ds18b20 温度采集,采集驱动代码

Posted: 2024年 Nov 29日 14:36
by wt呃呃

请问一下,我使用bk7231n 采集温度,使用的是ds18b20 采集模块,现在使用zt3l 模组去采集,有驱动代码提供吗?


Re: zt3l 使用 ds18b20 温度采集,采集驱动代码

Posted: 2024年 Dec 9日 18:18
by iot_man

ds18b20 的驱动你可以直接copy到ZT3L,io操作替换成ZT3L 就可以了。


Re: zt3l 使用 ds18b20 温度采集,采集驱动代码

Posted: 2024年 Dec 25日 09:14
by wt呃呃

移植了,但延时函数能提供一下吗?


Re: zt3l 使用 ds18b20 温度采集,采集驱动代码

Posted: 2024年 Dec 25日 09:30
by huanghuan

TuyaOS\include\adapter\system\include\tkl_system.h 中提供了 VOID_T tkl_system_delay(UINT_T num_ms) 函数