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: HARP2 HARP3 Thermostat_NucleoF401 4180Lab4_p1 ... more
Revision 2:c368493b71a9, committed 2012-09-20
- Comitter:
- tylerjw
- Date:
- Thu Sep 20 23:18:22 2012 +0000
- Parent:
- 1:01194600336b
- Child:
- 3:84ed914fb203
- Commit message:
- 0.3
Changed in this revision
| TMP36GZ.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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
*/
