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:
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"