#ifndef __INTERPOL_H #define __INTERPOL_H //----------------------------------------------------------------------------- #include "typedefs.h" #include "application.h" #include "num_conversion.h" //----------------------------------------------------------------------------- // function prototype float gettemp(void); void readandsendpress(void); float getresistance(void); U32 getadc(void); float calc_temp(U32 adcword); //----------------------------------------------------------------------------- #endif