BLE SENSORS TAG BMP180

Dependents:   LinkNode_BMP180 LinkNode_BMP180_derron

Fork of BMP180 by Kevin Gillepsie

Revision:
1:068fdec73319
Parent:
0:b2219e6e444b
diff -r b2219e6e444b -r 068fdec73319 BMP180.cpp
--- 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
 }
 
 //******************************************************************************