Subversion Repositories testOled

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 mjames 1
#include "libBMP280/bmp280.h"
2
 
3
 
4
/// @brief device pointer
5
extern struct bmp280_dev bmp;
6
 
7
/// @brief configuration for a single BMP280
8
extern struct bmp280_config conf;
9
 
10
 
11
uint8_t init_bmp( I2C_HandleTypeDef * i2c);