BMP280 Sensor Library but replaced original getTemperature Routine as it was returning strange values

Fork of BMP280 by Edwin Cho

Revision:
6:d03826fe1062
Parent:
5:7139d5accbc3
Child:
7:c72b726c7dc9
--- a/BMP280.h	Wed Apr 13 07:19:00 2016 +0000
+++ b/BMP280.h	Wed Apr 13 07:39:05 2016 +0000
@@ -81,7 +81,7 @@
     /** Read the current humidity value (humidity %) from BME280 sensor
      *
      */
-    float getHumidity(void);
+  //  float getHumidity(void);
 
 private: