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.
Diff: Sensors/Alt/BMP085.h
- Revision:
- 40:2ca410923691
- Parent:
- 34:3aa1cbcde59d
--- a/Sensors/Alt/BMP085.h Wed Aug 28 00:30:38 2013 +0000 +++ b/Sensors/Alt/BMP085.h Fri Feb 14 14:17:32 2014 +0000 @@ -12,8 +12,8 @@ { public: BMP085(PinName sda, PinName scl); - - //virtual void read(); + float data; // where the measured data is saved + //void read(); void calibrate(int s); @@ -21,7 +21,7 @@ private: // raw data and function to measure it - int raw[3]; + int raw; //void readraw(); // calibration parameters and their saving