From 4f8b7f39f5d404a076142b1f62c85eb09df9061d Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <tullivan99@gmail.com>
Date: Wed, 1 May 2019 09:36:10 -0400
Subject: show object voltage

---
 temp.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'temp.h')

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_
-- 
cgit v1.2.3