| 
| 
int32_t  | getTemperature () | 
|   | 
| 
void  | getTemperature (int32_t &temp) | 
|   | 
| 
void  | getTemperature (float &temp) | 
|   | 
| 
void  | getTemperature (double &temp) | 
|   | 
| 
int32_t  | getPressure () | 
|   | 
| 
int32_t  | getHumidity () | 
|   | 
| 
Calibration &  | getCalibration () | 
|   | 
| 
void  | rawHumidityTouched () | 
|   | Notify data class about changed buffer of raw pressure data. 
  | 
|   | 
| 
void  | rawPressureTouched () | 
|   | Notify data class about changed buffer of raw pressure data. 
  | 
|   | 
| 
void  | rawTemperatureTouched () | 
|   | Notify data class about changed buffer of raw temperature data. 
  | 
|   | 
 | 
| 
void  | calculateCalibratedTemperature () | 
|   | 
| 
void  | calculateCalibratedPressure () | 
|   | 
| 
void  | calculateCalibratedHumidity () | 
|   | 
| Enum Values | Documentation | 
|---|
| HUMIDITY_CALCULATED  | Remember if the raw data was already converted to calibrated humidity.  
 | 
| TEMPERATURE_CALCULATED  | Remember if the raw data was already converted to calibrated temperature.  
 | 
| PRESSURE_CALCULATED  | Remember if the raw data was already converted to calibrated pressure.  
 | 
 
 
  
  
      
        
          | uint8_t modm::bme280data::DataBase::raw[8] | 
         
       
   | 
  
inheritedprotected   | 
  
 
The raw data that was read from the sensor 0 .. 2 pressure data 3 .. 5 temperatur data 6 .. 7 humidity data 
 
 
The documentation for this class was generated from the following files:
- bme280_data.hpp
 
- bme280_data_impl_double.hpp