MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | List of all members
MbientLab.MetaWear.Sensor.IBarometerBmp280 Interface Reference

Extension of the

See also
IBarometerBosch

interface providing finer control over the barometer on the BMP280 pressure sensor More...

Inheritance diagram for MbientLab.MetaWear.Sensor.IBarometerBmp280:
MbientLab.MetaWear.Sensor.IBarometerBosch MbientLab.MetaWear.IModule

Public Member Functions

void Configure (Oversampling os=Oversampling.Standard, IirFilerCoeff coeff=IirFilerCoeff._0, StandbyTime standbyTime=StandbyTime._0_5ms)
 Configure the snsor with settings specific to the BMP280 barometer More...
 
- Public Member Functions inherited from MbientLab.MetaWear.Sensor.IBarometerBosch
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...
 

Additional Inherited Members

- Properties inherited from MbientLab.MetaWear.Sensor.IBarometerBosch
IAsyncDataProducer Pressure [get]
 Data producer representing pressure data More...
 
IAsyncDataProducer Altitude [get]
 Data producer representing altitude data More...
 

Detailed Description

Extension of the

See also
IBarometerBosch

interface providing finer control over the barometer on the BMP280 pressure sensor

Member Function Documentation

◆ Configure()

void MbientLab.MetaWear.Sensor.IBarometerBmp280.Configure ( Oversampling  os = Oversampling.Standard,
IirFilerCoeff  coeff = IirFilerCoeff._0,
StandbyTime  standbyTime = StandbyTime._0_5ms 
)

Configure the snsor with settings specific to the BMP280 barometer

Parameters
osOversampling mode, defaults to standard
coeffIIR coefficient, defaults to 0 (off)
standbyTimeStandby time in milliseconds (ms), defaults to 0.5ms

The documentation for this interface was generated from the following file: