LibDriver BMP180
Loading...
Searching...
No Matches
driver_bmp180_basic.h
Go to the documentation of this file.
1
37
38#ifndef DRIVER_BMP180_BASIC_H
39#define DRIVER_BMP180_BASIC_H
40
42
43#ifdef __cplusplus
44extern "C"{
45#endif
46
53
57#define BMP180_BASIC_DEFAULT_MODE BMP180_MODE_STANDARD
58
66uint8_t bmp180_basic_init(void);
67
75uint8_t bmp180_basic_deinit(void);
76
86uint8_t bmp180_basic_read(float *temperature, uint32_t *pressure);
87
91
92#ifdef __cplusplus
93}
94#endif
95
96#endif
driver bmp180 interface header file
uint8_t bmp180_basic_read(float *temperature, uint32_t *pressure)
basic example read
uint8_t bmp180_basic_deinit(void)
basic example deinit
uint8_t bmp180_basic_init(void)
basic example init