commit | 5274aa5dc21f15613bac9ab04e84d410cea7f4cd | [log] [tgz] |
---|---|---|
author | Efrain Calderon <efrain.calderon@aquarobur.com> | Tue Jul 27 16:51:41 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Jul 30 20:15:56 2021 -0400 |
tree | ac2413bdf05aa15fe80761355d5a258dab9f4af5 | |
parent | c009450d4476a74a030dd7fd08b74d2fea78907c [diff] |
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>