1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/bmx280
Silke Hofstra 3ca1162a6a driver/bmx280: increase accuracy of SAUL pressure readings
The SAUL implementation of the BMx280 currently returns the pressure in hPa.
The sensor, however, actually reads the pressure in Pa, leading to a
significant loss of precision.

Because the operation range of the BME280 and BMP280 is 300 hPa to 1100 hPa,
we can safely increase the precision by a factor of 10 without risk of overflow.
The only downside is that readings are now presented as `e1 Pa` (eg 10206e1 Pa).
2021-03-04 21:01:56 +01:00
..
include drivers/bmx280: provide correct CALIB_T_P_LEN 2020-02-24 15:21:06 +01:00
bmx280_saul.c driver/bmx280: increase accuracy of SAUL pressure readings 2021-03-04 21:01:56 +01:00
bmx280.c drivers/bmx280: add missing _release 2021-01-12 23:47:08 +01:00
Kconfig drivers/bmx280/kconfig: show module only while testing Kconfig deps 2020-12-04 11:36:15 +01:00
Makefile drivers/bmx280: factorize bme280 and bmp280 implementation 2017-06-02 14:54:17 +02:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00