Python: add dht11 sensor python code.
authorFabien Reboia <srounet@gmail.com>
Mon, 9 Feb 2015 09:36:47 +0000 (09:36 +0000)
committerFabien Reboia <srounet@gmail.com>
Mon, 9 Feb 2015 09:36:47 +0000 (09:36 +0000)
commit523fe868626edd65fdba7d478b0414ced6dfbcbe
treef984ef103446144f1d7eb4a1fa0f293c13d1d972
parent9160f4247414ec69d30ff2771d6f2d6cbed06456
Python: add dht11 sensor python code.

It consists of a stripped rewrite of the DHT22 code.
As an addition it implements the iterable protocol.
EXAMPLES/Python/DHT11_SENSOR/README [new file with mode: 0644]
EXAMPLES/Python/DHT11_SENSOR/dht11.py [new file with mode: 0644]