Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed
#pragma once
#include "libBMP280/bmp280.h"
/// @brief device pointer
extern struct bmp280_dev bmp;
/// @brief configuration for a single BMP280
extern struct bmp280_config conf;
uint8_t init_bmp( I2C_HandleTypeDef * i2c);