Change to comply with mbed os 5.1, as the attach function as used has been deprecated

Dependents:   Barometer-Example LoRaWAN-demo-72-bootcamp

Fork of BMP085 by silabs-abakurs

BMP085 library supporting mbed os low power

Revision:
2:dcd90bee9ac2
Parent:
0:fb197da45ba8
Child:
3:4622b90b4657
--- a/BMP085.h	Wed Nov 18 12:47:49 2015 +0000
+++ b/BMP085.h	Tue Jan 24 10:33:24 2017 +0000
@@ -66,7 +66,7 @@
     float get_temperature(void) { return _temperature; };
     float get_pressure(void) { return _pressure; };
     void measure();
-    void _callback_handler();
+    void _callback_handler_timeout();
 protected:
     void init(void);
     uint16_t read_cal_register(BMP085_Register reg);