Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BMP085 by
Revision 2:4b39f695e72a, committed 2013-06-24
- Comitter:
- pommzorz
- Date:
- Mon Jun 24 19:38:50 2013 +0000
- Parent:
- 1:80e4c62baf09
- Commit message:
- minor modifications to adapt it to the AHRS syntax
Changed in this revision
| BMP085.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/BMP085.h Mon Dec 13 14:02:24 2010 +0000
+++ b/BMP085.h Mon Jun 24 19:38:50 2013 +0000
@@ -28,7 +28,7 @@
/**
* @brief BMP085 class
*/
-class BMP085 : public Base {
+class BMP085{ // :public Base
public:
BMP085(PinName p_sda, PinName p_scl, BMP085_oss p_oss = BMP085_oss1);
BMP085(I2C& p_i2c, BMP085_oss p_oss = BMP085_oss1);
