pi_si7021
Library for playing around with si7021 relative humidity and temperature sensor with Raspberry Pi. Based on pigpio example.
Usage
from pi_si7021 import Si7021
RHTEMP = Si7021()
print("Temperature: " + str(round(RHTEMP.temperature, 2)) + u" \u00B0C")
print("Relative humidity: " + str(round(RHTEMP.relative_humidity, 2)) + " %")
RHTEMP.close()
Testing
Run unit tests with commands:
cd pi_si7021
python3 -m unittest discover -s tst/
Get test coverage with commands:
cd pi_si7021
coverage run -m unittest discover -s tst/
coverage report -m
Release files for pi-si7021 0.5.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pi_si7021-0.5.4.tar.gz | 2.1 kB | Details |
Release files / pi_si7021-0.5.4.tar.gz
| Download URL | pi_si7021-0.5.4.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
79cea0187cf2b85f6bed0bdf998dc59850529d739efe26d5babf2a5372f7cd2c
|
|
BLAKE2b-256 checksum How to use checksums |
39b75339bd5dc9f22767617e2e6718e29216d2da5805a9b0517c6ae8b535a836
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |