aboutsummaryrefslogtreecommitdiffstats
path: root/temp.h
diff options
context:
space:
mode:
Diffstat (limited to 'temp.h')
-rwxr-xr-xtemp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/temp.h b/temp.h
index aec66c9..ab28b84 100755
--- a/temp.h
+++ b/temp.h
@@ -27,6 +27,17 @@
*/
int tempInit(void);
+/**
+ * Gets the object's voltage, which may be used in calculations to get the
+ * object's temperature.
+ * @return The object's voltage
+ */
+int16_t tempGetObjVoltage(void);
+
+/**
+ * Gets the current ambient temperature, in Celsius.
+ * @return The ambient temperature
+ */
int16_t tempGetDieTemperature(void);
#endif // TEMP_H_