WiringPi_DHT_Sensor_PyMod

Python C module to read DHT Sensor with WiringPi from Python for the Raspberry Pi or Banana Pi

1
0
1
C
public

WiringPi based DHT11 Sensor Python Library for Raspberry Pi or Banana Pi

Python library to read the DHT11 series of humidity and temperature sensors on a Raspberry Pi or Banana Pi .

You will need to have WireingPi compiled and installed, http://wiringpi.com/

Works with python 3.3+

Designed specifically to work with the Adafruit DHT11 series sensors ----> https://www.adafruit.com/products/386

For all platforms make sure your system is able to compile Python extensions.

Install the library by downloading with the download link on the right, unzipping the archive, and executing:

sudo python setup.py install

See example of usage in the test folder.

v0.3.1[beta]