GY-63_MS5611/libraries/DHT2pin
2021-04-07 13:31:22 +02:00
..
.github/workflows update libs 2021-04-07 13:31:22 +02:00
examples/dht2pin 2021-01-29 2021-01-29 12:31:58 +01:00
test 2021-01-29 2021-01-29 12:31:58 +01:00
.arduino-ci.yml 2021-01-29 2021-01-29 12:31:58 +01:00
dht2pin.cpp 2021-01-29 2021-01-29 12:31:58 +01:00
dht2pin.h 2021-01-29 2021-01-29 12:31:58 +01:00
keywords.txt 2021-01-29 2021-01-29 12:31:58 +01:00
library.json 2021-01-29 2021-01-29 12:31:58 +01:00
library.properties 2021-01-29 2021-01-29 12:31:58 +01:00
LICENSE 2021-01-29 2021-01-29 12:31:58 +01:00
readme.md 2021-01-29 2021-01-29 12:31:58 +01:00

Arduino CI License: MIT GitHub release

DHT2pin

Arduino library for experimental 2 pin DHT library

Description

NOTE: THIS LIB IS NOT TESTED EXTENSIVELY YET SO USE WITH CARE

This library is an experimental version of the DHT library that uses 2 pins. One pin for all read actions and one pin for write actions. This way one does not need to switch a pin between INPUT and OUTPUT.

Note: It needs a diode in the hardware between the input pin of the MCU and the datapin of the DHT sensor. The output pin of the MCU is directly connected to the datapin of the DHT sensor.

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

https://communities.intel.com/thread/53869

(this link looks dead) http://bigdinotech.com/tutorials/galileo-tutorials/using-1-wire-device-with-intel-galileo/

NOTE: THIS LIB IS NOT TESTED EXTENSIVELY YET SO USE WITH CARE

Credits & testing

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

Operation

See examples