=====
HX711
=====
.. image:: https://img.shields.io/pypi/v/hx711.svg
:target: https://pypi.python.org/pypi/hx711
.. image:: https://img.shields.io/travis/mpibpc_mroose/hx711.svg
:target: https://travis-ci.org/mpibpc_mroose/hx711
.. image:: https://readthedocs.org/projects/hx711/badge/?version=latest
:target: https://hx711.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/mpibpc_mroose/hx711/shield.svg
:target: https://pyup.io/repos/github/mpibpc_mroose/hx711/
:alt: Updates
This library allows to drive a HX711 on a Raspberry Pi. It just provides the capabilities:
* to set channel an gain and
* to read raw values
**This package requires RPi.GPIO to be installed in Python 3.**
Example implementation:
```
#!/usr/bin/python3
from hx711 import HX711
try:
hx711 = HX711(
dout_pin=5,
pd_sck_pin=6,
channel='A',
gain=64
)
hx711.reset() # Before we start, reset the HX711 (not obligate)
measures = hx711.get_raw_data(num_measures=3)
finally:
GPIO.cleanup() # always do a GPIO cleanup in your scripts!
print("\n".join(measures))
```
* Free software: MIT license
Credits
---------
I used https://github.com/gandalf15/HX711/ as base.
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
=======
History
=======
0.1.0 (2017-11-26)
------------------
* First release on PyPI.
HX711
=====
.. image:: https://img.shields.io/pypi/v/hx711.svg
:target: https://pypi.python.org/pypi/hx711
.. image:: https://img.shields.io/travis/mpibpc_mroose/hx711.svg
:target: https://travis-ci.org/mpibpc_mroose/hx711
.. image:: https://readthedocs.org/projects/hx711/badge/?version=latest
:target: https://hx711.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/mpibpc_mroose/hx711/shield.svg
:target: https://pyup.io/repos/github/mpibpc_mroose/hx711/
:alt: Updates
This library allows to drive a HX711 on a Raspberry Pi. It just provides the capabilities:
* to set channel an gain and
* to read raw values
**This package requires RPi.GPIO to be installed in Python 3.**
Example implementation:
```
#!/usr/bin/python3
from hx711 import HX711
try:
hx711 = HX711(
dout_pin=5,
pd_sck_pin=6,
channel='A',
gain=64
)
hx711.reset() # Before we start, reset the HX711 (not obligate)
measures = hx711.get_raw_data(num_measures=3)
finally:
GPIO.cleanup() # always do a GPIO cleanup in your scripts!
print("\n".join(measures))
```
* Free software: MIT license
Credits
---------
I used https://github.com/gandalf15/HX711/ as base.
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
=======
History
=======
0.1.0 (2017-11-26)
------------------
* First release on PyPI.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hx711-1.0.0.tar.gz
(8.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hx711-1.0.0.tar.gz.
File metadata
- Download URL: hx711-1.0.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c8c0ee806eefb2c17717852529ba964980e27dab438d2fb921b966346f673f9
|
|
| MD5 |
a60121d9142c481a2fe161630c257ad7
|
|
| BLAKE2b-256 |
8a91414df6a4de33c947e9446ad788ad47005de7f1813c37a965ae4b654d09dc
|
File details
Details for the file hx711-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: hx711-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aefd25035c93aa946cf422f7558671754e9145a1d85f5e91756e6af31c23619c
|
|
| MD5 |
61ca0914c41a9f522b6f6531d98635cc
|
|
| BLAKE2b-256 |
8d8faac6aa6915e01b8691d225a099f6cc18d36e1efbcde005bd6b56e9e75b37
|