Calculate temperature based on resistance from thermistor with lookup chart

thermister_ert-j0eg1.h

Committer:
joeata2wh
Date:
2016-03-07
Revision:
0:39f659087759
Child:
5:88bf5a42812e

File content as of revision 0:39f659087759:

#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