Table of Contents

Class Bme280

Namespace
Pamoja.Sensors
Assembly
Pamoja.Sensors.dll

A Bosch BME280 temperature, pressure, and humidity sensor.

public static class Bme280
Inheritance
Bme280
Inherited Members

Fields

AddressPrimary

The address a BME280 answers on with its SDO pin low.

public const byte AddressPrimary = 118

Field Value

byte

AddressSecondary

The address it answers on with SDO high.

public const byte AddressSecondary = 119

Field Value

byte

ChipId

The value its chip-ID register reads, which confirms the part.

public const byte ChipId = 96

Field Value

byte