mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
23 lines
640 B
Markdown
23 lines
640 B
Markdown
|
|
# 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
|
|
|