VOC Optimation
[owSlave2.git] / common / I2C / BMP280.h
index 0fab3c5..8ea7059 100644 (file)
@@ -1,13 +1,13 @@
-#ifndef BMP280_H
-#define BMP280_H
-
-
-
-void bmp280Init(void);
-int32_t bmp280ReadTemp(void);
-int32_t bmp280ReadPressure(uint8_t oss);
-void bmp280Convert(double * temperature, double * pressure,uint8_t oss);
-void bmp280ConvertInt(int32_t * temperature,uint32_t *pressure,uint8_t oss);
-
-
+#ifndef BMP280_H\r
+#define BMP280_H\r
+\r
+\r
+\r
+void bmp280Init(void);\r
+int32_t bmp280ReadTemp(void);\r
+int32_t bmp280ReadPressure(uint8_t oss);\r
+void bmp280Convert(double * temperature, double * pressure,uint8_t oss);\r
+void bmp280ConvertInt(int32_t * temperature,uint32_t *pressure,uint8_t oss);\r
+\r
+\r
 #endif
\ No newline at end of file