mirror of
https://github.com/niesteszeck/idDHT11.git
synced 2025-03-15 04:27:29 +03:00
474 B
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)