Subversion Repositories EDIS_Ignition

Rev

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

  1. #pragma once
  2.  
  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);
  14.