X-Git-Url: http://git.smho.de/gw/?p=owSlave2.git;a=blobdiff_plain;f=common%2FI2C%2FBMP280.h;fp=common%2FI2C%2FBMP280.h;h=5c9f86da42892260d6acde6c7e5da11a470a7e60;hp=8ea70591a4a34cd08bb61c421b68f5981c6a485d;hb=1624c8ce9acb762d2cdc0b2f6b064448561ff752;hpb=1e73b685ab7090435813defd9844a1d61e1fb909 diff --git a/common/I2C/BMP280.h b/common/I2C/BMP280.h index 8ea7059..5c9f86d 100644 --- a/common/I2C/BMP280.h +++ b/common/I2C/BMP280.h @@ -6,8 +6,10 @@ 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 bmp280ConvertIntP(int32_t temp256,uint32_t *pressure) ; +void bmp280ConvertIntP1(uint32_t *pressure) ; - -#endif \ No newline at end of file +#endif