Library for the BMP085 barometer.

Dependents:   Barometer-Example IOT_Repository

Revision:
1:33acd2e1edab
Parent:
0:fb197da45ba8
--- a/BMP085.cpp	Sun Nov 15 18:05:18 2015 +0000
+++ b/BMP085.cpp	Wed Nov 18 12:47:49 2015 +0000
@@ -62,7 +62,7 @@
     }
 
     _state = BMP085_BUSY;
-    delay.attach(this, &BMP085::_callback_handler, 0.01f);
+    delay.attach(this, &BMP085::_callback_handler, 0.02);
     while(_state != BMP085_IDLE) {
         sleep();
     }