Library for Bosch BMP280 temperature and pressure sensor
Dependents: ELEC350-LCD-DEMO ELEC350-CWTEMPLATE-2017 ELEC351_v1 ELEC350-CWTEMPLATE-2017 ... more
Fork of BMP280 by
Library for Temperature and Pressure Sensor Bosch BMP280.
Breakoutboard for example from Adafruit
Diff: BMP280.h
- 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:
