37#ifndef DRIVER_MS5837_BASIC_H
38#define DRIVER_MS5837_BASIC_H
56#define MS5837_BASIC_DEFAULT_TEMPERATURE_OSR MS5837_OSR_4096
57#define MS5837_BASIC_DEFAULT_PRESSURE_OSR MS5837_OSR_4096
driver ms5837 interface header file
ms5837_type_t
ms5837 type enumeration definition
uint8_t ms5837_basic_deinit(void)
basic example deinit
uint8_t ms5837_basic_read(float *temperature_c, float *pressure_mbar)
basic example read
uint8_t ms5837_basic_init(ms5837_type_t type)
basic example init