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:
17:ca86c0b37244
Parent:
15:449134e4b43f
Child:
18:69436cb7b19e
--- a/ds1775_c.h	Mon Apr 08 00:14:08 2019 +0000
+++ b/ds1775_c.h	Mon Apr 08 02:36:00 2019 +0000
@@ -49,8 +49,6 @@
 
 int ds1775_write_reg16(int16_t value, char reg, I2C &i2c_bus);
 
-int ds1775_write_reg8(uint8_t value, char reg, I2C &i2c_bus);
-
 int ds1775_write_cfg_reg(uint8_t cfg, I2C &i2c_bus);
 
 int ds1775_write_trip_low(float temperature, I2C &i2c_bus);