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: LinkNode_BMP180 LinkNode_BMP180_derron
Fork of BMP180 by
Revision 1:068fdec73319, committed 2016-01-28
- Comitter:
- helloqi
- Date:
- Thu Jan 28 01:37:11 2016 +0000
- Parent:
- 0:b2219e6e444b
- Commit message:
- BLE SENSORS TAG BMP180
Changed in this revision
| BMP180.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/BMP180.cpp Fri Apr 17 09:31:09 2015 -0500
+++ b/BMP180.cpp Thu Jan 28 01:37:11 2016 +0000
@@ -54,7 +54,7 @@
i2c_ = new I2C(sda, scl);
i2c_owner = true;
- i2c_->frequency(400000);
+ i2c_->frequency(400000); //400000
}
//******************************************************************************
