树莓派与ds18b20接口

时间:2019-03-11 03:35:59

标签: python raspberry-pi3

我一直在使用树莓派进行家庭自动化项目。我需要导入模块 W1温度传感器,用于与ds18b20通信。目前,我们的模块是用python 2.7编写的,而ds18b20是用python 3.3编写的。

在python 2.7中有ds18b20的替代品吗?

由于截止日期的缘故,无法将代码从python 2.7移植到3.3。

1 个答案:

答案 0 :(得分:0)

来自官方documentation

对于Python3:sudo apt-get install python3-w1thermsensor

对于Python2:sudo apt-get install python-w1thermsensor