Skip to content

Notes on Arduino Temperature Control Library

gitkomodo edited this page Feb 20, 2020 · 4 revisions

Notes

  • Supported sensors with links to their specifications:
  1. DS18B20 and MAX31820 (both have family code 0x28, MAX31820 mentioned in readme but not in library code)
  2. DS18S20 and DS1820 (both have family code 0x10)
  3. DS1822 (family code 0x22)
  4. DS1825 (family code 0x3B, DS1825 not in readme only in library code, MAX31826 and MAX31850 have same family code)
  5. DS28EA00 (family code 0x42, not in readme only in library code)
Clone this wiki locally