BMP180 Pressure/Temperature Sensor library

Dependents:   GliderFuncTest1 DropTest

Fork of BMP180 by Spiridion Mbed

Revision:
3:ae101ea7bd90
Parent:
2:1dad52218be5
--- a/BMP180.h	Sun Apr 09 05:05:11 2017 +0000
+++ b/BMP180.h	Mon Apr 24 21:34:02 2017 +0000
@@ -30,6 +30,7 @@
 
 #define UNSET_BMP180_PRESSURE_VALUE 0.F
 #define UNSET_BMP180_TEMPERATURE_VALUE -273.15F // absolute zero
+#define SENSORS_PRESSURE_SEALEVELHPA      (1013.25F)              /**< Average sea level pressure is 1013.25 hPa */
 
 /** BMP180 class.
  *  Read Pressure and temperature from the BMP180 Breakout I2C sensor