therm sensor doc correction

This commit is contained in:
Robin Müller 2020-02-21 16:08:43 +01:00
parent 54eeb71f02
commit 7a426acece
1 changed files with 2 additions and 3 deletions

View File

@ -25,8 +25,7 @@ public:
* This structure contains parameters required for range checking
* and the conversion from the input value to the output temperature.
* a, b and c can be any parameters required to calculate the output
* temperature from the input value, for example parameters for the
* Callendar-Van-Dusen equation(see datasheet of used sensor / ADC)
* temperature from the input value, depending on the formula used.
*
* 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 inputValue Input value which is converted to a temperature
* @param poolVariable Pool Variable to store the temperature value