Skip to main content

Class AnalogTemperature.Calibration

Calibration class for AnalogTemperature.

Assembly: Meadow.Foundation.dll
View Source
Declaration
public class AnalogTemperature.Calibration

Properties

SampleReading

Sample reading as specified in the product data sheet. Measured in degrees Centigrade.

View Source
Declaration
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
Declaration
public double MillivoltsAtSampleReading { get; protected set; }

MillivoltsPerDegreeCentigrade

Linear change in the sensor output (in millivolts) per 1 degree C change in temperature.

View Source
Declaration
public double MillivoltsPerDegreeCentigrade { get; protected set; }