37#ifndef DRIVER_BMP390_SHOT_H
38#define DRIVER_BMP390_SHOT_H
54#define BMP390_SHOT_DEFAULT_SPI_WIRE BMP390_SPI_WIRE_4
55#define BMP390_SHOT_DEFAULT_IIC_WATCHDOG_TIMER BMP390_BOOL_TRUE
56#define BMP390_SHOT_DEFAULT_IIC_WATCHDOG_PERIOD BMP390_IIC_WATCHDOG_PERIOD_40_MS
57#define BMP390_SHOT_DEFAULT_PRESSURE BMP390_BOOL_TRUE
58#define BMP390_SHOT_DEFAULT_TEMPERATURE BMP390_BOOL_TRUE
59#define BMP390_SHOT_DEFAULT_PRESSURE_OVERSAMPLING BMP390_OVERSAMPLING_x32
60#define BMP390_SHOT_DEFAULT_TEMPERATURE_OVERSAMPLING BMP390_OVERSAMPLING_x2
61#define BMP390_SHOT_DEFAULT_ODR BMP390_ODR_12P5_HZ
62#define BMP390_SHOT_DEFAULT_FILTER_COEFFICIENT BMP390_FILTER_COEFFICIENT_15
driver bmp390 interface header file
bmp390_interface_t
bmp390 interface enumeration definition
bmp390_address_t
bmp390 address enumeration definition
uint8_t bmp390_shot_deinit(void)
shot example deinit
uint8_t bmp390_shot_read(float *temperature_c, float *pressure_pa)
shot example read
uint8_t bmp390_shot_init(bmp390_interface_t interface, bmp390_address_t addr_pin)
shot example init