barometric pressure sensor BMP085 http://mbed.org/users/okini3939/notebook/barometric-pressure-sensor-bmp085/ http://mbed.org/users/okini3939/notebook/weatherduino-on-mbed/
Fork of BMP085 by
Revision 3:9c7696c84807, committed 2015-05-25
- Comitter:
- whatnick
- Date:
- Mon May 25 02:50:46 2015 +0000
- Parent:
- 2:5e2b1f3c0a6a
- Commit message:
- Device support
Changed in this revision
BMP085.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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 */