File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22The DHT11 library is an Arduino-GPIO based device driver for the DHTXX
33Humidity and Temperature Sensor (DHT11, DHT21 and DHT22).
44
5- Version: 1.1
5+ Version: 1.2
66
77## Classes
88
Original file line number Diff line number Diff line change 11name =Arduino-DHT
2- version =1.1
2+ version =1.2
33author =Mikael Patel
44maintainer =Mikael Patel <mikael.patel@gmail.com>
55sentence =Digital Humidity and Temperature (DHT) Sensor library for Arduino.
Original file line number Diff line number Diff line change 33The DHT library is an Arduino-GPIO based device driver for the DHTXX
44Humidity and Temperature Sensors (DHT11, DHT21 and DHT22).
55
6- Version: 1.1
6+ Version: 1.2
77*/
88
99/** @page License
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class DHT {
4949 m_humidity (0 ),
5050 m_temperature (0 )
5151 {
52- m_data.open_collector ();
52+ m_data.open_drain ();
5353 }
5454
5555 /* *
You can’t perform that action at this time.
0 commit comments