#ifndef _PT100_CONVERSION_H_
#define _PT100_CONVERSION_H_

extern float convertRtoT(float r);
extern float convertTToR(float T);

#endif
