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

Zigbee 子设备开发


Post Reply
wt呃呃
Posts: 142

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

iot_man
Posts: 69

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

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

wt呃呃
Posts: 142

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

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

huanghuan
Posts: 246

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

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

Post Reply