Commit Graph

  • 6722942d6c Add GitHub pull request template Tony DiCola 2016-05-27 13:38:07 -07:00
  • cad6977ba8 fix initilization of _lastreadtime Timo Witte 2015-12-27 02:47:09 +01:00
  • 53375d8d70 Use MIN_INTERVAL define instead of hardcoded value Spacefish 2015-12-26 22:32:34 +01:00
  • 89937d5d25 mod readHumidity(). using parameter 'force' JongHo Lim 2015-11-29 22:27:43 +09:00
  • edcd0e06e6 Merge branch 'master' of https://github.com/adafruit/DHT-sensor-library 1.2.3 Tony DiCola 2015-10-12 21:30:18 -07:00
  • 15020aa891 Fix #44 by conditionally excluding unused port and bitmask state on non-AVR platforms. Tony DiCola 2015-10-12 21:30:01 -07:00
  • 572347f137 Merge comment update from pull #43 Tony DiCola 2015-10-12 21:09:17 -07:00
  • e9daf69083 Merge README.md change from pull #43 Tony DiCola 2015-10-12 21:08:31 -07:00
  • 56058fecc5 Bump library to 1.2.2 version. 1.2.2 Tony DiCola 2015-10-12 18:39:28 -07:00
  • d71288af17 Merge branch 'jmdana-master' Tony DiCola 2015-10-12 18:38:58 -07:00
  • ce3190f65c Switch back to integer division in array indexing. Tony DiCola 2015-10-12 18:37:54 -07:00
  • 5bc0a5c796 Divisions turned into multiplications J.M. Dana 2015-10-06 23:42:19 +01:00
  • 5fb1668822 Merge branch 'jmdana-master' 1.2.1 Tony DiCola 2015-10-05 17:55:14 -07:00
  • c57f0c8c29 Bump version to 1.2.1 Tony DiCola 2015-10-05 17:54:59 -07:00
  • 51a8b814ac Divisions have been replaced by multiplications. J.M. Dana 2015-10-03 13:42:09 +01:00
  • 36fb16274b DHT::computeHeatIndex has been modified so it uses both Rothfusz and Steadman's equations. As a result, it allows a larger range of temperatures and more accurate results for extreme conditions. J.M. Dana 2015-10-02 21:50:43 +01:00
  • 6c0c723907 Merge branch 'matthijskooijman-fixes' 1.2.0 Tony DiCola 2015-09-15 12:26:54 -07:00
  • 232ad0cd70 Bump version to 1.2.0 after integrating optimizations from matthijskooijman. Tony DiCola 2015-09-15 12:26:38 -07:00
  • f9c3f323e3 Use INPUT_PULLUP Matthijs Kooijman 2015-07-24 18:18:01 +02:00
  • 45a20da301 Shrink DHT::data to 5 bytes Matthijs Kooijman 2015-07-24 18:08:47 +02:00
  • 5973929e63 Remove the firstreading variable Matthijs Kooijman 2015-07-24 21:17:16 +02:00
  • f1b79028ea Clean up two-second interval check Matthijs Kooijman 2015-07-24 17:40:38 +02:00
  • 04905bc5cd Add force parameter to read methods Matthijs Kooijman 2015-07-24 17:37:24 +02:00
  • 5cd78aead6 Fix merge conflict with interrupt disable lock. 1.1.1 Tony DiCola 2015-07-22 12:22:35 -07:00
  • 85d85170bd Fix #37 by optimizing pulse read to use direct port access on AVR, stops checksum failures from missed signals. Tony DiCola 2015-07-22 12:13:56 -07:00
  • 9419315c50 Merge pull request #36 from Zirientis/master Tony DiCola 2015-07-01 22:16:10 -07:00
  • a2208eb813 Cause interrupts to be reenabled if a timeout occurs while waiting for the sensor. Zirientis 2015-07-01 17:53:53 -07:00
  • a1393fc0ff Merge branch 'MyIgel-master' 1.1.0 Tony DiCola 2015-06-26 15:56:28 -07:00
  • ef9590ad96 Fix merge conflicts, make compute heat index default to Fahrenheit to not break old code that assumes default is Fahrenheit. Tony DiCola 2015-06-26 15:56:04 -07:00
  • b6925ee001 Merge branch 'dynamic_timing' Tony DiCola 2015-06-26 15:17:28 -07:00
  • 729895339c Integrate keywords.txt from pull #31 Tony DiCola 2015-06-26 15:15:45 -07:00
  • 9d7a9da8ae Refactor algorithm to dynamically adjust to faster/slower processors. Fix #35 #30. Tony DiCola 2015-06-26 15:14:17 -07:00
  • a67e1a7e06 Automatic library.properties generation. 1.0.0 Tony DiCola 2015-03-31 12:09:43 -07:00
  • 25942ac8b9 Added support for Celsius in computeHeatIndex Igor Scheller 2014-11-01 12:18:47 +01:00
  • fcd865b3bc Update example to note cycle threshold parameter for Arduino Due. Tony DiCola 2014-07-26 13:58:45 -07:00
  • 7f7425f11e Resolve #24 by adding convert F to C function. Tony DiCola 2014-07-25 19:34:35 -07:00
  • f2a48d6267 Resolve issue #20 by moving delay after 2 second read check to make read return quickly. Tony DiCola 2014-06-02 13:41:12 -07:00
  • 9611395a77 Switch to use noInterrupts and interrupts function. make read() public. This resolves pull #15. Tony DiCola 2014-06-02 13:13:50 -07:00
  • ce05c3536c Remove serial.print from library and update example error handling. Resolves issue #11 and #13. Tony DiCola 2014-06-02 13:03:27 -07:00
  • ffac2f15b7 Update example to show temp in Fahrenheit and add computeHeatIndex function to resolve issue #9. Tony DiCola 2014-06-02 12:54:54 -07:00
  • 633eb08654 Change example extension from .pde to .ino. Tony DiCola 2014-06-02 12:36:44 -07:00
  • 26e2bc1d79 Merge pull request #8 from soerup/master Limor "Ladyada" Fried 2013-01-02 07:58:47 -08:00
  • ad73fab623 Support for non 16mhz devices Lars Kirkeskov Sørup 2012-12-29 19:14:51 +01:00
  • 71ee113a7b Merge pull request #4 from Jearil/master Limor "Ladyada" Fried 2012-08-26 18:42:37 -07:00
  • fca71323bd Prevent dht.h being imported multiple times Colin Miller 2012-07-26 21:39:47 -07:00
  • 53e6481231 Default argument for compatibility with old sketches Paint Your Dragon 2012-02-23 11:43:30 -08:00
  • 14d816819c Merge pull request #3 from leprasmurf/master Paint Your Dragon 2012-02-23 11:27:41 -08:00
  • a3d1dc78bf Added option for converting to Fahrenheit leprasmurf 2012-02-22 22:26:16 -05:00
  • 8f46f27b66 Modified readTemperature() prototype. Added prototype for new function. leprasmurf 2012-02-22 22:20:19 -05:00
  • cffd745009 Arduino 1.0 compliant Paint Your Dragon 2011-12-02 19:50:02 -08:00
  • 31b6b45352 clarified the pullup Ladyada 2011-06-22 16:28:22 -04:00
  • b05219ab42 added mini readme Ladyada 2011-06-22 16:12:33 -04:00
  • 53f985c6b4 Example sketch Ladyada 2011-06-22 16:09:13 -04:00
  • 57ac62dab7 fully tested working DHT11/21/22 with built in '2 second' timer Ladyada 2011-06-22 13:11:06 -04:00
  • 7ecd3141a8 touch commit Ladyada 2011-06-20 19:47:50 -04:00