Show / Hide Table of Contents

    Class Bmp280

    Represents a BME280 temperature and barometric pressure sensor.

    Inheritance
    Object
    Bmxx80Base
    Bmx280Base
    Bmp280
    Implements
    IDisposable
    Inherited Members
    Bmx280Base.DefaultI2cAddress
    Bmx280Base.SecondaryI2cAddress
    Bmx280Base.s_osToMeasCycles
    Bmx280Base.FilterMode
    Bmx280Base.StandbyTime
    Bmx280Base.TryReadTemperature(Temperature)
    Bmx280Base.ReadPowerMode()
    Bmx280Base.TryReadPressure(Pressure)
    Bmx280Base.TryReadAltitude(Pressure, Length)
    Bmx280Base.TryReadAltitude(Length)
    Bmx280Base.ReadStatus()
    Bmx280Base.SetPowerMode(Bmx280PowerMode)
    Bmx280Base.GetMeasurementDuration()
    Bmx280Base.SetDefaultConfiguration()
    Bmx280Base.TryReadTemperatureCore(Temperature)
    Bmx280Base.TryReadPressureCore(Pressure, Boolean)
    Bmxx80Base._i2cDevice
    Bmxx80Base._communicationProtocol
    Bmxx80Base._controlRegister
    Bmxx80Base.TemperatureFine
    Bmxx80Base.TempCalibrationFactor
    Bmxx80Base.PressureSampling
    Bmxx80Base.TemperatureSampling
    Bmxx80Base.Reset()
    Bmxx80Base.CompensateTemperature(Int32)
    Bmxx80Base.Read8BitsFromRegister(Byte)
    Bmxx80Base.Read16BitsFromRegister(Byte, Bmxx80Base.Endianness)
    Bmxx80Base.Read24BitsFromRegister(Byte, Bmxx80Base.Endianness)
    Bmxx80Base.ByteToSampling(Byte)
    Bmxx80Base.Dispose()
    Bmxx80Base.Dispose(Boolean)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Iot.Device.Bmxx80
    Assembly: Iot.Device.Bmxx80.dll
    Syntax
    public class Bmp280 : Bmx280Base, IDisposable

    Constructors

    | Improve this Doc View Source

    Bmp280(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 Source

    Read()

    Performs a synchronous reading.

    Declaration
    public Bmp280ReadResult Read()
    Returns
    Type Description
    Bmp280ReadResult

    Bmp280ReadResult

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX