Subversion Repositories testOled

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

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