BLE SENSORS TAG BMP180

Dependents:   LinkNode_BMP180 LinkNode_BMP180_derron

Fork of BMP180 by Kevin Gillepsie

Files at this revision

API Documentation at this revision

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
 }
 
 //******************************************************************************