idDHT11/README.md
niesteszeck b958c6e1f6 v 0.1.1 Optimization by pylon
added a changelog
2013-07-04 10:14:49 -04:00

474 B

idDHT11

Interrupt driven DHT11 library

VERSION:   0.1.1

PURPOSE: 	Interrupt driven Lib for DHT11 with Arduino.

LICENCE:	GPL v3 (http://www.gnu.org/licenses/gpl.html)

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)