therm sensor doc correction
This commit is contained in:
parent
54eeb71f02
commit
7a426acece
@ -25,8 +25,7 @@ public:
|
|||||||
* This structure contains parameters required for range checking
|
* This structure contains parameters required for range checking
|
||||||
* and the conversion from the input value to the output temperature.
|
* and the conversion from the input value to the output temperature.
|
||||||
* a, b and c can be any parameters required to calculate the output
|
* a, b and c can be any parameters required to calculate the output
|
||||||
* temperature from the input value, for example parameters for the
|
* temperature from the input value, depending on the formula used.
|
||||||
* Callendar-Van-Dusen equation(see datasheet of used sensor / ADC)
|
|
||||||
*
|
*
|
||||||
* The parameters a,b and c are used in the calculateOutputTemperature() call.
|
* The parameters a,b and c are used in the calculateOutputTemperature() call.
|
||||||
*
|
*
|
||||||
@ -56,7 +55,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor to check against raw input values
|
* Instantiate Temperature Sensor Object.
|
||||||
* @param setObjectid objectId of the sensor object
|
* @param setObjectid objectId of the sensor object
|
||||||
* @param inputValue Input value which is converted to a temperature
|
* @param inputValue Input value which is converted to a temperature
|
||||||
* @param poolVariable Pool Variable to store the temperature value
|
* @param poolVariable Pool Variable to store the temperature value
|
||||||
|
Loading…
Reference in New Issue
Block a user