Enum rc_bmp_oversample_t#

Enum Documentation#

enum rc_bmp_oversample_t#

Setting given to rc_bmp_init which defines the oversampling done internally to the barometer. For example, if BMP_OVERSAMPLE_16 is used then the barometer will average 16 samples before updating the data registers. The more oversampling used, the slower the data registers will update. You should pick an oversample that provides an update rate slightly slower than the rate at which you will be reading the barometer.

Values:

enumerator BMP_OVERSAMPLE_1#

update rate 182 HZ

enumerator BMP_OVERSAMPLE_2#

update rate 133 HZ

enumerator BMP_OVERSAMPLE_4#

update rate 87 HZ

enumerator BMP_OVERSAMPLE_8#

update rate 51 HZ

enumerator BMP_OVERSAMPLE_16#

update rate 28 HZ