Open KammutierSpule opened 2 years ago
On relation to #1 I believe there was some mistake while adding the fabs, as it should be placed on the temperature instead: https://github.com/WurthElektronik/Sensors-SDK_STM32/blob/main/examples/WSEN_HIDS/WSEN_HIDS_EXAMPLE.c#L171
correct - line 171 should be: float temperatureAbs = fabs(temperature);
will be used in next update.
On relation to #1 I believe there was some mistake while adding the fabs, as it should be placed on the temperature instead: https://github.com/WurthElektronik/Sensors-SDK_STM32/blob/main/examples/WSEN_HIDS/WSEN_HIDS_EXAMPLE.c#L171