Minor modifications to adapt to the FreeIMU AHRS syntax

Fork of BMP085 by Suga koubou

Files at this revision

API Documentation at this revision

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);