modm API documentation
modm::ms5837data::Prom Struct Reference

Holds the factory calibration data from the PROM. Upon initialization the driver automatically reads the calibration values from the PROM. More...

#include <modm/driver/pressure/ms5837_data.hpp>

Public Member Functions

uint8_t calculateCrc ()
 

Public Attributes

uint16_t data [8] {}
 

Detailed Description

Holds the factory calibration data from the PROM. Upon initialization the driver automatically reads the calibration values from the PROM.

Member Data Documentation

uint16_t modm::ms5837data::Prom::data[8] {}

prom[0] Factory data and CRC prom[1] C1 / Pressure sensitivity prom[2] C2 / Pressure offset prom[3] C3 / Temperature coefficient of pressure sensitivity prom[4] C4 / Temperature coefficient of pressure offset prom[5] C5 / Reference temperature prom[6] C6 / Temperature coefficient of the temperature prom[7] Subsidiary value (not read, used internally for calculation)


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