37#ifndef DRIVER_BMP280_BASIC_H
38#define DRIVER_BMP280_BASIC_H
56#define BMP280_BASIC_DEFAULT_TEMPERATURE_OVERSAMPLING BMP280_OVERSAMPLING_x2
57#define BMP280_BASIC_DEFAULT_PRESSURE_OVERSAMPLING BMP280_OVERSAMPLING_x16
58#define BMP280_BASIC_DEFAULT_STANDBY_TIME BMP280_STANDBY_TIME_0P5_MS
59#define BMP280_BASIC_DEFAULT_FILTER BMP280_FILTER_COEFF_16
60#define BMP280_BASIC_DEFAULT_SPI_WIRE BMP280_SPI_WIRE_4
driver bmp280 interface header file
bmp280_interface_t
bmp280 interface enumeration definition
bmp280_address_t
bmp280 address enumeration definition
uint8_t bmp280_basic_read(float *temperature, float *pressure)
basic example read
uint8_t bmp280_basic_init(bmp280_interface_t interface, bmp280_address_t addr_pin)
basic example init
uint8_t bmp280_basic_deinit(void)
basic example deinit