The methods of the HumiditySHT25Base class are listed here.
|
Name |
Description |
|
This is Create, a member of class HumiditySHT25Base. | |
|
float calc_dewpoint(float h, float t) /-------------------------------------------------------------------- / calculates dew point / input: HumiditySHT25 [%RH], temperature [°C] / output: dew point [°C] { float logEx, dew_point; logEx = 0.66077 + 7.5 * t / (237.3 + t) + (log10(h) - 2); dew_point = (logEx - 0.66077) * 237.3 / (0.66077 + 7.5 - logEx); return dew_point; | |
|
sets all data for the GeneralConfig1 configuration available on the sensor | |
|
sets all data for the GeneralConfig2 configuration available on the sensor | |
|
sets the ReportInterval as minutes on the sensor object the next time this sensor checks in it will update | |
|
sets all data for the ProfileConfig1 configuration available on the sensor |