1. 17 Jan, 2016 1 commit
  2. 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
  3. 21 Feb, 2015 1 commit
  4. 14 Feb, 2015 1 commit
  5. 01 Feb, 2015 1 commit
  6. 31 Jan, 2015 1 commit
  7. 26 Jan, 2015 2 commits
  8. 22 Dec, 2014 2 commits
  9. 09 Dec, 2014 1 commit
  10. 08 Dec, 2014 2 commits