BoschBME280.h file

Contains the BoschBME280 sensor subclass and the variable subclasses BoschBME280_Temp, BoschBME280_Humidity, BoschBME280_Pressure, and BoschBME280_Altitude.

These are used for the Bosch BME280 digital pressure and humidity sensor.

This depends on the Adafruit BME280 library.

Classes

class BoschBME280
The Sensor sub-class for the Bosch BME280.
class BoschBME280_Temp
The Variable sub-class used for the temperature output from a Bosch BME280.
class BoschBME280_Humidity
The Variable sub-class used for the relative humidity output from a Bosch BME280.
class BoschBME280_Pressure
The Variable sub-class used for the atmospheric pressure output from a Bosch BME280.
class BoschBME280_Altitude
The Variable sub-class used for the altitude calculated from the measurements made by a Bosch BME280.