kubtss / Mbed 2 deprecated BIRD2017

Dependencies:   mbed-rtos mbed

Revision:
21:b1419813f2d4
Parent:
15:e73408fc6008
--- a/Sensor/Atmpress.h	Mon May 30 07:19:34 2016 +0000
+++ b/Sensor/Atmpress.h	Sun Jun 19 12:53:16 2016 +0000
@@ -22,6 +22,7 @@
 class Atmpress {
     protected :
     I2C i2c;
+    Timeout timeout;
     char readbyte(char cmd);
     int32_t addbyte(char xl, char l, char h);
     uint16_t addbyte(char l, char h);