barometric pressure sensor BMP085 http://mbed.org/users/okini3939/notebook/barometric-pressure-sensor-bmp085/ http://mbed.org/users/okini3939/notebook/weatherduino-on-mbed/

Dependents:   Xadow_MPU9150AHRS

Fork of BMP085 by Suga koubou

Revision:
3:9c7696c84807
Parent:
2:5e2b1f3c0a6a
--- a/BMP085.h	Fri Jul 11 00:54:26 2014 +0000
+++ b/BMP085.h	Mon May 25 02:50:46 2015 +0000
@@ -15,6 +15,11 @@
 
 #include "mbed.h"
 
+/*
+* @brief Pressure at sea level
+*/
+#define SEA_PRES 1013.25f 
+
 /**
  * @brief over sampling setting
  */