LibDriver MS5837
Loading...
Searching...
No Matches
driver_ms5837_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_MS5837_BASIC_H
38#define DRIVER_MS5837_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
56#define MS5837_BASIC_DEFAULT_TEMPERATURE_OSR MS5837_OSR_4096
57#define MS5837_BASIC_DEFAULT_PRESSURE_OSR MS5837_OSR_4096
58
68
76uint8_t ms5837_basic_deinit(void);
77
87uint8_t ms5837_basic_read(float *temperature_c, float *pressure_mbar);
88
92
93#ifdef __cplusplus
94}
95#endif
96
97#endif
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