Maxim Integrated / DS1775_Digitial_Thermometer_Thermostat

Dependents:   DS1775_Digital_Thermostat_Temperature

Files at this revision

API Documentation at this revision

Comitter:
phonemacro
Date:
Sun Apr 07 11:05:28 2019 +0000
Parent:
12:3ca79cd71289
Child:
14:c74a5b4d6715
Commit message:
add DS75 constants

Changed in this revision

ds1775.h Show annotated file Show diff for this revision Revisions of this file
--- a/ds1775.h	Sun Apr 07 11:01:21 2019 +0000
+++ b/ds1775.h	Sun Apr 07 11:05:28 2019 +0000
@@ -51,6 +51,11 @@
 #define DS1775_WAIT_CONV_TIME_11BIT (0.750)
 #define DS1775_WAIT_CONV_TIME_12BIT (1.5)
 
+#define DS75_WAIT_CONV_TIME_9BIT  (0.12)
+#define DS75_WAIT_CONV_TIME_10BIT (0.3)
+#define DS75_WAIT_CONV_TIME_11BIT (0.6)
+#define DS75_WAIT_CONV_TIME_12BIT (1.2)
+
 #define DS1775_CFG_CONTINUOUS       (0X00 << 0)
 #define DS1775_CFG_SHUTDOWN         (0X01 << 0)