Skip to content

Commit

Permalink
+ updated readme.txt (dhtlib)
Browse files Browse the repository at this point in the history
RobTillaart committed Nov 16, 2014
1 parent 93a4857 commit 16a464a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions libraries/DHTlib/readme.txt
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ The DHT11 only returns integers (e.g. 20) and does not support negative values.
The others are quite similar and provide one decimal digit (e.g. 20.2)
The hardware pins of the sensors and handshake are identical so ideal to combine in one lib.

The library is confirmed to work on:
The library (0.1.13 version) is confirmed to work on:

UNO (tested myself)
2009 (tested myself)
@@ -16,5 +16,14 @@ Digistump Digix @ 84 MHz

More information - http://playground.arduino.cc//Main/DHTLib -

Note:
Notes:
version 0.1.13 is the last stable version for AVR and ARM

version 0.1.14 and up are not compatible anymore with pre 1.0 Arduino
version 0.1.14 and up have breaking changes wrt ARM based arduino's e.g DUE.

version 0.1.15 is stable version for AVR only

version 0.1.16 and 0.1.17 have breaking changes for DHT11


0 comments on commit 16a464a

Please sign in to comment.