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