Sample host software for the Maxim Integrated DS1775, DS75 Digital Thermometer Thermostat IC hosted on the MAX32630FTHR. The DS1775 is suitable for PCs, cell phones, and other thermally sensitive systems.

Dependencies:   max32630fthr DS1775_Digitial_Thermometer_Thermostat USBDevice

Revision:
16:1ebf8a6248be
Parent:
14:8ca56fd6b35e
Child:
17:7de7da8c21c3
--- a/main.cpp	Mon Apr 08 20:19:10 2019 +0000
+++ b/main.cpp	Tue Apr 09 06:38:05 2019 +0000
@@ -108,7 +108,7 @@
     printf("\r\n");
 
     for (i = 0; i < 8; i++) {
-        /* Configure for 12 bit resolution, fault filter 2, 
+        /* Configure for 12 bit resolution, fault filter 6, 
            active low, interrupt, continous,
         */
         temp_sensor.write_cfg_reg(uint8_t(DS1775_CFG_RESOLUTION_12BIT |
@@ -183,7 +183,7 @@
 
     printf("\r\n");
     for (i = 0; i < 8; i++) {
-        /* Configure for 12 bit resolution, fault filter 2, 
+        /* Configure for 12 bit resolution, fault filter 6, 
            active low, interrupt, continous,
         */
         ds1775_write_cfg_reg(uint8_t(DS1775_CFG_RESOLUTION_12BIT |