DS7505 C, C++ driver source code: The DS7505 low-voltage (1.7V to 3.7V) digital thermometer and thermostat provides 9 to 12-bit digital temperature readings over a -55°C to +125°C range with +-0.5°C accuracy in the 0°C (32°F) to +70°C (158°F) range.

Dependents:   DS7505_Temperature_Sensor_Low_Power

Revision:
22:692515ac2bb7
Parent:
21:bb7ba5566a62
Child:
24:b4fdbbe79036
--- 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);