PH test

Fork of LinearAnalogSensors by Penn Electric

Files at this revision

API Documentation at this revision

Comitter:
PennElectric
Date:
Sun Dec 23 07:29:42 2012 +0000
Parent:
0:d84ef842074b
Child:
2:989048937c77
Commit message:
updated auto doc

Changed in this revision

LinearTemp.h Show annotated file Show diff for this revision Revisions of this file
--- a/LinearTemp.h	Sun Dec 23 07:19:15 2012 +0000
+++ b/LinearTemp.h	Sun Dec 23 07:29:42 2012 +0000
@@ -61,6 +61,9 @@
      * @param offset Conversion offset (positive or negative)
      */
     LinearTemp(PinName pin, float multiplier,  float offset);
+    /** Returns a new median-filtered, converted reading from the sensor
+      * @returns New temperature (float) in degrees C or F as designated by the calibration points
+      */
     float readTemp();
     /** Return the last calculated and stored temperature
       * @returns Last stored temperature (float) in degrees C or F as designated by the calibration points