precision-converters-firmware
rtd.h
Go to the documentation of this file.
1 
18 #ifndef RTD_H_
19 #define RTD_H_
20 
21 class RTD
22 {
23 public:
31  virtual float convertResistanceToTemperature(const float resistance) = 0;
32 };
33 
34 #endif
Definition: rtd.h:22
virtual float convertResistanceToTemperature(const float resistance)=0
converts a resistance to a temperature