Calculate temperature based on resistance from thermistor with lookup chart

Revision:
0:39f659087759
Child:
5:88bf5a42812e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thermister_ert-j0eg1.h	Mon Mar 07 23:17:16 2016 +0000
@@ -0,0 +1,8 @@
+#ifndef thermister_ert_j0eg1_h
+#define thermister_ert_j0eg1_h
+
+float conv_c_to_f(float tempC);
+float readTemp(AnalogIn adcpin);
+float avgReadTemp(AnalogIn adcpin, int numRead);
+
+#endif