BMP3xx

data class BMP3xx(val pressureOversampling: CalibrationParameters.BMP3xx.Oversampling, val temperatureOversampling: CalibrationParameters.BMP3xx.Oversampling) : CalibrationParameters

Represents calibration parameters for a SensorModel.BMP3XX atmospheric pressure sensor.

Constructors

Link copied to clipboard
constructor(pressureOversampling: CalibrationParameters.BMP3xx.Oversampling, temperatureOversampling: CalibrationParameters.BMP3xx.Oversampling)

Types

Link copied to clipboard

Oversampling settings for pressure and temperature measurements. These settings determine the number of samples taken during measurement, affecting the accuracy and resolution of the readings.

Properties

Link copied to clipboard

The oversampling setting for pressure measurement.

Link copied to clipboard

The oversampling setting for temperature measurement.