Absolute barometric pressure sensor by Bosch. This interface provides general access to a Bosch barometer.If you know specifically which barometer is on your board, use the appropriate subclass instead.
- See also
- IBarometerBme280, IBarometerBmp280
More...
|
void | Configure (Oversampling os=Oversampling.Standard, IirFilerCoeff coeff=IirFilerCoeff._0, float standbyTime=0.5f) |
| General function to configure the barometer. The closest valid standby time will be selected based on the underlying barometer which may not match the input value More...
|
|
void | Start () |
| Start data sampling More...
|
|
void | Stop () |
| Stop data sampling More...
|
|
Absolute barometric pressure sensor by Bosch. This interface provides general access to a Bosch barometer.If you know specifically which barometer is on your board, use the appropriate subclass instead.
- See also
- IBarometerBme280, IBarometerBmp280
◆ Configure()
void MbientLab.MetaWear.Sensor.IBarometerBosch.Configure |
( |
Oversampling |
os = Oversampling.Standard , |
|
|
IirFilerCoeff |
coeff = IirFilerCoeff._0 , |
|
|
float |
standbyTime = 0.5f |
|
) |
| |
General function to configure the barometer. The closest valid standby time will be selected based on the underlying barometer which may not match the input value
- Parameters
-
os | Oversampling mode, defaults to standard |
coeff | IIR coefficient, defaults to 0 (off) |
standbyTime | Standby time in milliseconds (ms), defaults to 0.5ms |
◆ Start()
void MbientLab.MetaWear.Sensor.IBarometerBosch.Start |
( |
| ) |
|
◆ Stop()
void MbientLab.MetaWear.Sensor.IBarometerBosch.Stop |
( |
| ) |
|
◆ Altitude
Data producer representing altitude data
◆ Pressure
Data producer representing pressure data
The documentation for this interface was generated from the following file:
- MetaWear/Sensor/IBarometerBosch.cs