zephyr/drivers/sensor/bosch/bme280
Jordan Yates e661a55044 sensor: bme280: clamp humidity to non-negative
Clamp the returned humidity to a non-negative value. This ensure that
the return value is always within the expected range, even if the
calibration parameters are read out incorrectly or corrupted.

This check is applied in the example Bosch driver for the float
conversion case, so there are situations that warrant it.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-04-04 14:57:43 +02:00
..
bme280_async.c drivers: sensor: Add sensor clock API support 2025-01-15 19:03:13 +01:00
bme280_decoder.c
bme280_i2c.c
bme280_spi.c
bme280.c sensor: bme280: clamp humidity to non-negative 2025-04-04 14:57:43 +02:00
bme280.h
CMakeLists.txt
Kconfig