Some small changes,
[owSlave2.git] / common / I2C / BMP280.h
index 8ea7059..5c9f86d 100644 (file)
@@ -6,8 +6,10 @@
 void bmp280Init(void);\r
 int32_t bmp280ReadTemp(void);\r
 int32_t bmp280ReadPressure(uint8_t oss);\r
+int32_t bmp280ReadPressure_simple();\r
 void bmp280Convert(double * temperature, double * pressure,uint8_t oss);\r
 void bmp280ConvertInt(int32_t * temperature,uint32_t *pressure,uint8_t oss);\r
+void bmp280ConvertIntP(int32_t temp256,uint32_t *pressure) ;\r
+void bmp280ConvertIntP1(uint32_t *pressure) ;\r
 \r
-\r
-#endif
\ No newline at end of file
+#endif\r