modm API documentation
modm::ms5837data::DataBase Class Reference
Inheritance diagram for modm::ms5837data::DataBase:
modm::ms5837data::Data

Public Member Functions

PromgetProm ()
 
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).
 

Protected Types

enum  { PRESSURE_CALCULATED = modm::Bit0, TEMPERATURE_CALCULATED = modm::Bit1 }
 

Protected Attributes

Prom prom
 
uint8_t raw [6] {}
 
uint8_t meta = 0
 

Friends

template<typename I2cMaster >
class ::modm::Ms5837
 

Member Enumeration Documentation

anonymous enum
protected
Enum ValuesDocumentation
PRESSURE_CALCULATED 

Remember if the raw data has been converted to pressure.

TEMPERATURE_CALCULATED 

Remember if the raw data has been converted to temperature.


The documentation for this class was generated from the following file: