C code and C++ library, driver software for Maxim Integrated DS1775, DS75 thermometer and thermostat temperature sensor. Code supports continuous or shut-down/standby, hysteresis, alarm limits, comparator or interrupt mode, fault filtering, and active low/high. Compact 5-pin SOT23 packaging

Dependents:   DS1775_Digital_Thermostat_Temperature

Revision:
10:03645de9c017
Parent:
9:315236fb3c6a
Child:
13:5726f1d1404c
--- a/ds1775.h	Sun Apr 07 08:59:48 2019 +0000
+++ b/ds1775.h	Sun Apr 07 09:40:00 2019 +0000
@@ -87,8 +87,7 @@
 #define DS1775_I2C_SLAVE_ADR_R6 (0x9C >> 1)
 #define DS1775_I2C_SLAVE_ADR_R7 (0x9E >> 1)
 
-#define DS1775_CF_NORMAL_FORMAT (0.00390625F)
-#define DS1775_CF_EXTENDED_FORMAT (0.0078125F)
+#define DS1775_CF_LSB           (0.00390625F)
 
 /** @union ds1775_raw_data
  * @brief union data structure for byte word manipulations