GY-63_MS5611/libraries/DHT2pin
2018-01-09 00:11:37 +01:00
..
examples/dht2pin fixed DHT2pin lib 2016-12-17 21:10:09 +01:00
dht2pin.cpp Fix issue #33 2017-07-27 15:51:10 +02:00
dht2pin.h Fix issue #33 2017-07-27 15:51:10 +02:00
library.json fix library.json keywords format 2018-01-09 00:11:37 +01:00
library.properties fix URL path in library.properties 2017-08-20 17:16:48 +02:00
readme.md Fix issue #33 2017-07-27 15:51:10 +02:00

DHT2PIN library

Description

NOTE: THIS LIB IS NOT TESTED EXTENSIVELY YET SO ALL DISCLAIMERS APPLY

This library is an experimental version of the DHT library that uses 2 pins instead of 1. One pin for all read actions and one pin for write actions.

It was made after a request which also refered to the links below.

https://communities.intel.com/thread/53869 http://bigdinotech.com/tutorials/galileo-tutorials/using-1-wire-device-with-intel-galileo/

Credits

Maria Emanuella Moura Silva for testing and verifying this experimental code on a Galileo.

NOTE: THIS LIB IS NOT TESTED EXTENSIVELY YET SO ALL DISCLAIMERS APPLY