Class Bmp280
Represents a BME280 temperature and barometric pressure sensor.
Implements
Inherited Members
Namespace: Iot.Device.Bmxx80
Assembly: Iot.Device.Bmxx80.dll
Syntax
public class Bmp280 : Bmx280Base, IDisposable
Constructors
| Improve this Doc View SourceBmp280(I2cDevice)
Initializes a new instance of the Bmp280 class.
Declaration
public Bmp280(I2cDevice i2cDevice)
Parameters
Type | Name | Description |
---|---|---|
I2cDevice | i2cDevice | The I2cDevice to create with. |
Methods
| Improve this Doc View SourceRead()
Performs a synchronous reading.
Declaration
public Bmp280ReadResult Read()
Returns
Type | Description |
---|---|
Bmp280ReadResult |