GreenPonik_SHT40 源码
Raspberry pi的GreenPonik_SHT40.py库 这是用于SHT40传感器的阅读灯的示例代码。 目录 安装 > git clone https://github.com/GreenPonik/GreenPonik_SHT40.git cd GreenPonik_SHT40 pip3 install -r requirements.txt or > pip3 install greenponik-sht40 from GreenPonik_SHT40 . SHT40 import SHT40 方法 """ Get light data """ def read_sht40 (): 例子 import time from GreenPonik_SHT40 . SHT40 import SHT40 if __name__ == "__main__" : try :
文件列表
GreenPonik_SHT40-master.zip
(预估有个76文件)
GreenPonik_SHT40-master
MANIFEST.in
734B
.github
workflows
stale.yml
440B
python-publish.yml
896B
greetings.yml
367B
label.yml
486B
python-package.yml
1KB
requirements.txt
169B
暂无评论