|
MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Extension of the
interface providing finer control over the barometer on the BMP280 pressure sensor More...
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... | |
Extension of the
interface providing finer control over the barometer on the BMP280 pressure sensor
| 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
| os | Oversampling mode, defaults to standard |
| coeff | IIR coefficient, defaults to 0 (off) |
| standbyTime | Standby time in milliseconds (ms), defaults to 0.5ms |
1.8.14