Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MAX31725_High_Temperature_Accurate_IC
Diff: max31725_cpp.h
- 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);