Skip to content

Commit ec43fb4

Browse files
committed
Merge pull request #474 from adafruit/DHT_doc
Documentation update: Clarify DHT sensor usage for latest DHT sensor library.
2 parents 97d6a68 + 5e13d89 commit ec43fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ADC_MODE(ADC_VCC);
177177
```
178178
TOUT pin has to be disconnected in this mode.
179179

180-
Note that by default ADC is configured to read from TOUT pin using ```analogRead(A0)```, and
180+
Note that by default ADC is configured to read from TOUT pin using ```analogRead(A0)```, and
181181
```ESP.getVCC()``` is not available.
182182

183183
#### OneWire (from https://www.pjrc.com/teensy/td_libs_OneWire.html) ####
@@ -210,7 +210,7 @@ Libraries that don't rely on low-level access to AVR registers should work well.
210210
- [aREST](https://github.com/marcoschwartz/aREST) REST API handler library.
211211
- [Blynk](https://github.com/blynkkk/blynk-library) - easy IoT framework for Makers (check out the [Kickstarter page](http://tiny.cc/blynk-kick)).
212212
- [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library.git)
213-
- [DHT11](https://github.com/adafruit/DHT-sensor-library) - initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
213+
- [DHT11](https://github.com/adafruit/DHT-sensor-library) - Download latest v1.1.0 library and no changes are necessary. Older versions should initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
214214
- [NeoPixelBus](https://github.com/Makuna/NeoPixelBus) - Arduino NeoPixel library compatible with esp8266.
215215
- [PubSubClient](https://github.com/Imroy/pubsubclient) MQTT library by @Imroy.
216216
- [RTC](https://github.com/Makuna/Rtc) - Arduino Library for Ds1307 & Ds3231 compatible with esp8266.

0 commit comments

Comments
 (0)