#include <modm/driver/pressure/ms5837.hpp>
|
enum | OversamplingRatio : uint8_t {
Osr256 = 0x00,
Osr512 = 0x02,
Osr1024 = 0x04,
Osr2048 = 0x06,
Osr4096 = 0x08
} |
|
template<typename I2cMaster>
class modm::ms5837< I2cMaster >
- Template Parameters
-
- Author
- Vivien Henry
template<typename I2cMaster >
Call this function before using the device to read the factory calibration
- Warning
- calls to this function resets the device
template<typename I2cMaster >
- Parameters
-
data | pointer to buffer of the internal data of type Data |
The documentation for this class was generated from the following file: