Calculate temperature based on resistance from thermistor with lookup chart

Committer:
joeata2wh
Date:
Mon Mar 07 23:17:16 2016 +0000
Revision:
0:39f659087759
Child:
5:88bf5a42812e
test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
joeata2wh 0:39f659087759 1 #ifndef thermister_ert_j0eg1_h
joeata2wh 0:39f659087759 2 #define thermister_ert_j0eg1_h
joeata2wh 0:39f659087759 3
joeata2wh 0:39f659087759 4 float conv_c_to_f(float tempC);
joeata2wh 0:39f659087759 5 float readTemp(AnalogIn adcpin);
joeata2wh 0:39f659087759 6 float avgReadTemp(AnalogIn adcpin, int numRead);
joeata2wh 0:39f659087759 7
joeata2wh 0:39f659087759 8 #endif