Class AnalogTemperature.Calibration
Calibration class for AnalogTemperature.
Assembly: Meadow.Foundation.dll
View Source
public class AnalogTemperature.Calibration
Properties
SampleReading
Sample reading as specified in the product data sheet. Measured in degrees Centigrade.
View Source
public double SampleReading { get; protected set; }
MillivoltsAtSampleReading
Millivolt reading the sensor will generate when the sensor is at the SampleReading temperature. This value can be obtained from the data sheet.
View Source
public double MillivoltsAtSampleReading { get; protected set; }
MillivoltsPerDegreeCentigrade
Linear change in the sensor output (in millivolts) per 1 degree C change in temperature.
View Source
public double MillivoltsPerDegreeCentigrade { get; protected set; }