precision-converters-firmware
runner
work
precision-converters-firmware
precision-converters-firmware
libraries
precision-converters-library
tempsensors
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
RTD
Definition:
rtd.h:22
RTD::convertResistanceToTemperature
virtual float convertResistanceToTemperature(const float resistance)=0
converts a resistance to a temperature
Generated by
1.9.1