From 7a426acece7e6fb6135f48b62f1431c894c8e711 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 21 Feb 2020 16:08:43 +0100 Subject: [PATCH] therm sensor doc correction --- thermal/TemperatureSensor.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/thermal/TemperatureSensor.h b/thermal/TemperatureSensor.h index 00f77b242..b4172670e 100644 --- a/thermal/TemperatureSensor.h +++ b/thermal/TemperatureSensor.h @@ -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