C, C++ source code driver software for the Maxim Integrated MAX31725, MAX31726 thermostat : The MAX31725, MAX31726 temperature sensors provides temperature measurements with an accuracy of up to +-0.5°C. Extended format allows for high temperature readings up to 150°C. The MAX31725 can operate in a low powered mode by utilizing the shutdown and one-shot mode. MAX31725  supports two-wire serial, I2C bus communications in an 8-pin TQDFN 3x3 mm package.

Dependents:   MAX31725_High_Temperature_Accurate_IC

Revision:
21:bb7ba5566a62
Parent:
20:c9805b01e814
Child:
22:692515ac2bb7
--- a/max31725_cpp.h	Tue Apr 09 07:00:32 2019 +0000
+++ b/max31725_cpp.h	Tue Apr 09 07:10:22 2019 +0000
@@ -43,11 +43,13 @@
  *
  * @details The MAX31725, MAX31726 temperature sensors
  * provides accurate temperature measurements.
- * Extended format allows for high temperature readings up to 150 °C. 
+ * Extended format allows for high temperature readings up to 150°C. 
  * The MAX31725 can operate in a low powered mode by utilizing
  * the shutdown and one-shot mode.
  * 8-pin TQDFN 3x3 mm package
- * Accuracy is +-0.5°C from -40°C to +105°C (-40°F to +221°),
+ * Accuracy is +-0.5°C from -40°C to +105°C (-40°F to +221°).
+ * Operating temperature: -55°C to +150°C (-67°F to +302°).
+ * VDD: 2.5V to 3.7V.
  *
  * @code 
  * #include "mbed.h"