X-Git-Url: https://git.smho.de/gw/?p=owSlave2.git;a=blobdiff_plain;f=common%2FI2C%2FBMP280.h;h=330eccd5fc7e45f87158ed1e2980dd8fce43cd12;hp=8ea70591a4a34cd08bb61c421b68f5981c6a485d;hb=refs%2Fheads%2Fmaster;hpb=a6a04f58e4afd20f206fdf4a8a7b3ce4062f1b67 diff --git a/common/I2C/BMP280.h b/common/I2C/BMP280.h index 8ea7059..330eccd 100644 --- a/common/I2C/BMP280.h +++ b/common/I2C/BMP280.h @@ -6,8 +6,11 @@ void bmp280Init(void); int32_t bmp280ReadTemp(void); int32_t bmp280ReadPressure(uint8_t oss); +int32_t bmp280ReadPressure_simple(); void bmp280Convert(double * temperature, double * pressure,uint8_t oss); void bmp280ConvertInt(int32_t * temperature,uint32_t *pressure,uint8_t oss); +void bmp280ConvertInt_df(int32_t * temperature,uint32_t *pressure,uint8_t oss); +void bmp280ConvertIntP(int32_t temp256,uint32_t *pressure) ; +void bmp280ConvertIntP1(uint32_t *pressure) ; - -#endif \ No newline at end of file +#endif