#include <Adafruit_BME280.h>
Go to the source code of this file.
Data Structures | |
class | MyBME280 |
Macros | |
#define | BARO_CORR_HPA 34.5879 |
Correction for 289m above sea level. | |
#define | TEMP_CORR_DEGREE -2.0 |
The BME280 measure 2 degrees too high. | |
Class to communicate with the BME280 module.
Definition in file BME280.h.