idDHT11/README.md

25 lines
474 B
Markdown
Raw Permalink Normal View History

idDHT11
=======
2013-03-22 11:24:50 -03:00
Interrupt driven DHT11 library
VERSION: 0.1.1
PURPOSE: Interrupt driven Lib for DHT11 with Arduino.
2013-03-22 11:25:12 -03:00
LICENCE: GPL v3 (http://www.gnu.org/licenses/gpl.html)
2013-03-22 11:25:12 -03:00
DATASHEET: http://www.micro4you.com/files/sensor/DHT11.pdf
Based on DHT11 library: http://playground.arduino.cc/Main/DHT11Lib
Changelog:
v 0.1
First version, added Functionality to DHT11 sensor
v 0.1.1
Optimizacion on shift var (pylon from Arduino Forum)