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