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. Supports two-wire serial, I2C bus communications. 8-pin TQDFN 3x3 mm package. Accuracy is +-0.5°C from -40°C to +105°C (-40°F to +221°). The operating temperature range is -55°C to +150°C (-67°F to +302°). VDD is 2.5V to 3.7V.

Dependents:   MAX31725_High_Temperature_Accurate_IC

Revision:
22:692515ac2bb7
Parent:
21:bb7ba5566a62
--- a/max31725_cpp.h	Tue Apr 09 07:10:22 2019 +0000
+++ b/max31725_cpp.h	Tue Apr 09 22:58:02 2019 +0000
@@ -65,7 +65,7 @@
  *     DigitalOut gLED(LED2, LED_OFF);
  *     DigitalOut bLED(LED3, LED_OFF);
  *     gLED = LED_ON;
- *     MAX31725 temp_sensor(i2cBus, MAX31725_I2C_SLAVE_ADR_R0);
+ *     MAX31725 temp_sensor(i2cBus, MAX31725_I2C_SLAVE_ADR_00);
  *     i2cBus.frequency(400000);
  *        temperature =
  *            temp_sensor.read_reg_as_temperature(MAX31725_REG_TEMPERATURE);