simple temperature sensor

Dependents:   HARP2 HARP3 Thermostat_NucleoF401 4180Lab4_p1 ... more

Revision:
2:c368493b71a9
Parent:
1:01194600336b
Child:
3:84ed914fb203
--- a/TMP36GZ.h	Thu Sep 20 23:16:13 2012 +0000
+++ b/TMP36GZ.h	Thu Sep 20 23:18:22 2012 +0000
@@ -1,4 +1,4 @@
-/*
+/**
 * @author Tyler Weaver
 *
 * @section LICENSE
@@ -68,7 +68,7 @@
 
 public:
 
-    /** Constructor for TMP36GZ sensor
+    /* Constructor for TMP36GZ sensor
     *
     * Analog input pin from p15-p20
     *
@@ -76,13 +76,13 @@
     */
     TMP36GZ(PinName pin);
     
-    /** Sample the sensor in deg C
+    /* Sample the sensor in deg C
     *
     * @returns float value in deg C
     */
     float sample();
     
-    /** Sample the sensor in deg F
+    /* Sample the sensor in deg F
     *
     * @returns float value in deg F
     */