X-Git-Url: http://git.smho.de/?a=blobdiff_plain;f=common%2FI2C%2FBMP280.h;h=5c9f86da42892260d6acde6c7e5da11a470a7e60;hb=04b32ce80b8efbf29133a6a08ee8967c57576e68;hp=8ea70591a4a34cd08bb61c421b68f5981c6a485d;hpb=a6a04f58e4afd20f206fdf4a8a7b3ce4062f1b67;p=owSlave2.git 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