pigpio/EXAMPLES/Python/DHT11_SENSOR
Fabien Reboia 523fe86862 Python: add dht11 sensor python code.
It consists of a stripped rewrite of the DHT22 code.
As an addition it implements the iterable protocol.
2015-02-09 09:36:47 +00:00
..
README Python: add dht11 sensor python code. 2015-02-09 09:36:47 +00:00
dht11.py Python: add dht11 sensor python code. 2015-02-09 09:36:47 +00:00

README

Class to read the relative humidity and temperature from a DHT11 sensor.
It implements the iterator python protocol.