ds18b20:ds18b20 温度传感器

时间:2024-07-18 20:13:18
【文件属性】:

文件名称:ds18b20:ds18b20 温度传感器

文件大小:18KB

文件格式:ZIP

更新时间:2024-07-18 20:13:18

Python

#DS18B20 温度传感器与Python ##Run on Raspberry Pi 我用 Archlinux 运行这个 ###我使用了 Systemd/定时器 ds18b20.timer [Unit] Description=Run ds18b20 for temperature [Timer] OnBootSec=1min OnUnitActiveSec=1min [Install] WantedBy=timers.target ####ds18b20.service [Unit] Description=Run ds18b20 sensor [Service] User=your-username ExecStart=/usr/bin/env/python2 /your-path/temperature.py 启动 ds18b20 启动 ds18b20 systemc


【文件预览】:
ds18b20-master
----.gitignore(675B)
----README.md(554B)
----temperature.py(2KB)
----DS18B20.py(2KB)
----LICENSE(34KB)
----webapp()
--------README.md(355B)
--------webapp.py(3KB)
--------templates()

网友评论