hx711_gpiozero:HX711驱动

时间:2024-05-02 21:55:45
【文件属性】:

文件名称:hx711_gpiozero:HX711驱动

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-02 21:55:45

Python

HX711驱动程序库 描述 该库允许使用gpiozero库通过Raspberry Pi驱动HX711负载放大器。 设置频道和增益 读取原始值 此软件包要求在Python 3中安装gpiozero 。 例子 from hx711_gpiozero import HX711 from time import sleep spi = HX711 () print ( "Initiating ..." ) init_reading = spi . value sleep ( 1 ) input ( "Put a known mass on the scale, then press `enter`." ) try : rel_weight = float ( input ( "What is the weight of the known mass? \n " )) except


【文件预览】:
hx711_gpiozero-master
----LICENSE(1KB)
----hx711_gpiozero()
--------__init__.py(2KB)
----examples()
--------example.py(564B)
--------example2.py(382B)
----setup.py(630B)
----.gitignore(2KB)
----README.md(848B)

网友评论