Skip to main content

Library to read hcsr501 sensor.

Project description

pi_hcsr501

Build Status

Library for playing around with pi_hcsr501 PIR motion sensor with Raspberry Pi.

Usage

HCSR501 = HcSr501()

while True:
	print(str(HCSR501.active) + " ", end="\r")
	sleep(0.5)

Testing

Run unit tests with command:

cd pi_hcsr501

python3 -m unittest discover -s tst/

Get test coverage with commands:

cd pi_hcsr501

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_hcsr501-0.5.0.tar.gz (1.5 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