|  | 
| int32_t | getPressure () | 
|  | Get the calibrated pressure data with 0.01 mbar resolution.  More... 
 | 
|  | 
| void | getPressure (int32_t &pres) | 
|  | 
| void | getPressure (float &pres) | 
|  | 
| int32_t | getTemperature () | 
|  | Get the calibrated temperature data with 0.01 degrees Centigrade resolution.  More... 
 | 
|  | 
| void | getTemperature (int32_t &temp) | 
|  | 
| void | getTemperature (float &temp) | 
|  | 
| Prom & | getProm () | 
|  | 
| void | rawPressureTouched () | 
|  | Notify the data class about changed buffer of raw pressure data (D1). 
 | 
|  | 
| void | rawTemperatureTouched () | 
|  | Notify the data class about changed buffer of raw temperature data (D2). 
 | 
|  | 
|  | 
| void | calculateCalibratedValues () | 
|  | 
|  | 
| uint8_t | meta = 0 | 
|  | 
| Prom | prom | 
|  | 
| uint8_t | raw [6] | 
|  | 
| Enum Values | Documentation | 
|---|
| PRESSURE_CALCULATED | Remember if the raw data has been converted to pressure.  | 
| TEMPERATURE_CALCULATED | Remember if the raw data has been converted to temperature.  | 
 
 
  
  | 
        
          | int32_t modm::ms5611data::Data::getPressure | ( |  | ) |  |  | inline | 
 
Get the calibrated pressure data with 0.01 mbar resolution. 
- Attention
- No SPI transaction
- Returns
- int32_t 
 
 
  
  | 
        
          | int32_t modm::ms5611data::Data::getTemperature | ( |  | ) |  |  | inline | 
 
Get the calibrated temperature data with 0.01 degrees Centigrade resolution. 
- Attention
- No SPI transaction
- Returns
- int32_t 
 
 
The documentation for this class was generated from the following file: