zephyr/drivers/sensor/bme280
Efrain Calderon 5274aa5dc2 drivers: bme280: fetch data after measurement is done
After powering-on the sensor, and before every measurement, it loads
the NMV. We must wait until this process is completed otherwise
we will read weird values.
Since it was observed that the time may be a bit long after a cold
start, it is more convinient to just wait until the sensor iready,
without a timout.

Signed-off-by: Efrain Calderon <efrain.calderon@aquarobur.com>
2021-07-30 20:15:56 -04:00
..
bme280_i2c.c drivers: bme280: factor out bus I/O routines 2021-02-23 10:34:19 -05:00
bme280_spi.c drivers: bme280: clean up array usage 2021-02-23 10:34:19 -05:00
bme280.c drivers: bme280: fetch data after measurement is done 2021-07-30 20:15:56 -04:00
bme280.h drivers: bme280: fetch data after measurement is done 2021-07-30 20:15:56 -04:00
CMakeLists.txt drivers: sensor: clean up zephyr_library calls 2021-06-30 09:36:33 -04:00
Kconfig