Maxim Integrated / MAX31723_Digital_Temperature_Sensor

Dependents:   MAX31723_Thermostat_Thermometer_Sensor

Revision:
2:7a20e65da621
Parent:
0:4a3d6ac5042d
Child:
3:f39791139435
--- a/max31723.h	Sun Jan 27 02:49:07 2019 +0000
+++ b/max31723.h	Sun Jan 27 07:26:37 2019 +0000
@@ -68,7 +68,7 @@
 /**
 * @brief 9-bit to 12bit device temperature sensor with digital-to-analog converters (DACs)
 *        for the MAX31723, MAX5214.
-* @version 1.0000.0000
+* @version 1.0000.0001
 *
 * @details The MAX31722/MAX31723 provides device temperature readings
 * for thermostats and thermometers. Communications may be either SPI or
@@ -126,11 +126,11 @@
 
     /** 
      * @brief Configures the device to perform a one-shot temperature reading
-     *        and places the device in standby mode.
+     *        and places the device in standby mode, interrupt mode.
      * @param resolution - the resolution of the calculation is set to this
      * @return 0 on success, negative number on failure
      */
-    int perform_one_shot(uint8_t resolution);
+    int perform_one_shot_int(uint8_t resolution);
 
     /** 
      * @brief Converts Celcius degrees to Fahrenheit