BME280 Combined humidity and pressure sensor library

Dependents:   STRAIGHT_DRIVE_NO_SEP FLOW_DERP SkipperS2mputest LPC1768_BMP280_CAN_Interface ... more

Fork of BME280 by Toyomasa Watarai

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: