1. 14 Feb, 2016 1 commit
  2. 10 Feb, 2016 1 commit
  3. 07 Feb, 2016 1 commit
  4. 17 Jan, 2016 1 commit
  5. 06 Jan, 2016 1 commit
  6. 16 Nov, 2015 1 commit
    • Nick Andrew's avatar
      Support DS18S20 and fix negative temp handling · 0a7b730e
      Nick Andrew authored
      
      
      The DS18S20 has only 1 fractional bit whereas DS18B20 has 4, and their
      temperature register alignment differs. Check the family code to choose
      the correct multiplier for both devices.
      
      Closes #610
      
      Negative temperatures (less than 0°C) are returned as a sign-extended
      two's complement number. Subtract 0x10000 to recover the proper
      negative value.
      Signed-off-by: default avatarNick Andrew <nick@nick-andrew.net>
      0a7b730e
  7. 21 Jul, 2015 1 commit
  8. 24 Jun, 2015 3 commits
  9. 17 May, 2015 1 commit
  10. 22 Apr, 2015 3 commits
  11. 20 Apr, 2015 1 commit
  12. 14 Apr, 2015 1 commit
  13. 11 Apr, 2015 1 commit
  14. 06 Apr, 2015 1 commit
  15. 05 Apr, 2015 3 commits
  16. 03 Apr, 2015 2 commits
  17. 16 Mar, 2015 1 commit
  18. 13 Mar, 2015 1 commit
  19. 12 Mar, 2015 2 commits
  20. 07 Mar, 2015 5 commits
  21. 02 Mar, 2015 1 commit
  22. 21 Feb, 2015 1 commit
  23. 16 Feb, 2015 1 commit
    • robcazzaro's avatar
      Update dht22.lua · 85727485
      robcazzaro authored
      Addresses issue #225, slower loop timing due to the use of floats. Should be safe to use with integer-only builds, since on integer-only builds I could never see "3" as a valid value for either low or high
      85727485
  24. 14 Feb, 2015 1 commit
  25. 06 Feb, 2015 1 commit
  26. 02 Feb, 2015 2 commits
  27. 01 Feb, 2015 1 commit