ds18b20

时间:2024-03-23 23:36:49
【文件属性】:

文件名称:ds18b20

文件大小:7.08MB

文件格式:ZIP

更新时间:2024-03-23 23:36:49

JupyterNotebook

DS18B20温度传感器 处理树莓派的DS18B20温度传感器的类和方法。 该文件将成为您的自述文件以及文档的索引。 安装 pip install ds18b20 如何使用 请填写我! 不要忘记代码示例: device = Device(base_dir='resources/') # values from calibration raw_low = -1.563 raw_high = 97.75 ref_low = 0.01 ref_high = 98.7 # set calibration device.set_calibration('28-03219779d857', raw_low, raw_high, ref_low, ref_high) temps = device.get_temps() for dp in temps: print(dp.get_devic


【文件预览】:
ds18b20-master
----setup.py(2KB)
----.gitignore(2KB)
----get_temp_C.py(586B)
----01_data.ipynb(7KB)
----webapp3()
--------nbs()
--------data()
--------assets()
--------layouts.py(3KB)
--------figures.py(3KB)
--------app.py(779B)
--------data.py(2KB)
----fadeSegmentedColorLine.png(92KB)
----Makefile(484B)
----resources()
--------get_temp.out.short(3KB)
--------get_temp.out(76KB)
--------28-03219779d857()
--------get_temp_C.out(513B)
--------get_temp.out.long(76KB)
--------28-03219779d339()
----MANIFEST.in(111B)
----CONTRIBUTING.md(2KB)
----LICENSE(11KB)
----docker-compose.yml(946B)
----00_device.ipynb(6KB)
----.github()
--------workflows()
----README.md(774B)
----ds18b20()
--------_nbdev.py(752B)
--------__init__.py(22B)
--------device.py(3KB)
--------figures.py(2KB)
--------data.py(2KB)
----settings.ini(2KB)
----02_figures.ipynb(3.91MB)
----webapp2()
--------data()
--------dataloader.py(7KB)
--------constants.py(55B)
--------layouts.py(4KB)
--------index.py(0B)
--------app.py(374B)
--------callbacks.py(5KB)
----webapp()
--------_figure.ipynb(7.14MB)
--------_tendency.ipynb(6.01MB)
--------_fill_data_gaps.ipynb(8KB)
--------_Singleton.ipynb(6KB)
--------app.py(4KB)
--------_load_data.ipynb(6KB)
----.devcontainer.json(521B)
----docs()
--------device.html(6KB)
--------.gitignore(7B)
--------data.html(4KB)
--------figures.html(3.52MB)
--------_data()
--------feed.xml(1KB)
--------sitemap.xml(472B)
--------_config.yml(1KB)
--------figure.html(82KB)
--------index.html(4KB)
--------core.html(6KB)
--------sidebar.json(136B)
--------Gemfile(227B)
--------Gemfile.lock(7KB)
----index.ipynb(2KB)

网友评论