Subversion Repositories testOled

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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);
  12.