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
History
remove extra waits in conversion
2019-04-10, by phonemacro [Wed, 10 Apr 2019 18:07:50 +0000] rev 20
remove extra waits in conversion
removed unused defines
2019-04-08, by phonemacro [Mon, 08 Apr 2019 20:18:50 +0000] rev 19
removed unused defines
rename write thys, tos procedures. make ds1775_write_reg16 local in the c code.
2019-04-08, by phonemacro [Mon, 08 Apr 2019 17:02:40 +0000] rev 18
rename write thys, tos procedures. make ds1775_write_reg16 local in the c code.
shorten code for write_cfg_reg
2019-04-08, by phonemacro [Mon, 08 Apr 2019 02:36:00 +0000] rev 17
shorten code for write_cfg_reg
renamed write_cfg to write_cfg_reg
2019-04-08, by phonemacro [Mon, 08 Apr 2019 00:14:08 +0000] rev 16
renamed write_cfg to write_cfg_reg
Add some margin to the conversion time.
2019-04-07, by phonemacro [Sun, 07 Apr 2019 22:52:38 +0000] rev 15
Add some margin to the conversion time.
updated comments
2019-04-07, by phonemacro [Sun, 07 Apr 2019 11:24:02 +0000] rev 14
updated comments
add DS75 constants
2019-04-07, by phonemacro [Sun, 07 Apr 2019 11:05:28 +0000] rev 13
add DS75 constants
updated c code
2019-04-07, by phonemacro [Sun, 07 Apr 2019 11:01:21 +0000] rev 12
updated c code
updated
2019-04-07, by phonemacro [Sun, 07 Apr 2019 09:55:29 +0000] rev 11
updated