Skip to main content

Library to read si7021 sensor.

Project description

pi_si7021

Build Status

Library for playing around with si7021 relative humidity and temperature sensor with Raspberry Pi. Based on pigpio example.

Usage

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 command:

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pi_si7021-0.5.3.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page