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:
16:1ecfc243d4ef
Parent:
15:449134e4b43f
Child:
17:ca86c0b37244
--- a/ds1775_cpp.cpp	Sun Apr 07 22:52:38 2019 +0000
+++ b/ds1775_cpp.cpp	Mon Apr 08 00:14:08 2019 +0000
@@ -178,7 +178,7 @@
 }
 
 /******************************************************************************/
-int DS1775::write_cfg(uint16_t cfg)
+int DS1775::write_cfg_reg(uint8_t cfg)
 {
     return write_reg8(cfg, DS1775_REG_CONFIGURATION);
 }