barometric pressure sensor BMP085 http://mbed.org/users/okini3939/notebook/barometric-pressure-sensor-bmp085/ http://mbed.org/users/okini3939/notebook/weatherduino-on-mbed/
Dependents: HelloBMP085 campur bmp_baru cansat new
Fork of BMP085 by
Revision 2:f60b3e715089, committed 2013-07-29
- Comitter:
- TakashiSasaki
- Date:
- Mon Jul 29 07:59:43 2013 +0000
- Parent:
- 1:80e4c62baf09
- Commit message:
- BMP085 library was imported again.
Changed in this revision
BMP085.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 80e4c62baf09 -r f60b3e715089 BMP085.h --- a/BMP085.h Mon Dec 13 14:02:24 2010 +0000 +++ b/BMP085.h Mon Jul 29 07:59:43 2013 +0000 @@ -28,7 +28,7 @@ /** * @brief BMP085 class */ -class BMP085 : public Base { +class BMP085 { public: BMP085(PinName p_sda, PinName p_scl, BMP085_oss p_oss = BMP085_oss1); BMP085(I2C& p_i2c, BMP085_oss p_oss = BMP085_oss1);