X-Git-Url: https://git.smho.de/gw/?p=owSlave2.git;a=blobdiff_plain;f=common%2FI2C%2FBMP280.h;h=330eccd5fc7e45f87158ed1e2980dd8fce43cd12;hp=5c9f86da42892260d6acde6c7e5da11a470a7e60;hb=refs%2Fheads%2Fmaster;hpb=6467d8138460abffd9ddabc7b0a9f00c764af19c diff --git a/common/I2C/BMP280.h b/common/I2C/BMP280.h index 5c9f86d..330eccd 100644 --- a/common/I2C/BMP280.h +++ b/common/I2C/BMP280.h @@ -9,6 +9,7 @@ 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) ;