High resolution barometer and altimeter using i2c mode

Dependents:   upverter_fitbit_clone ReadingMag_HMC5883L_work

Revision:
12:e9a90b8c8688
Parent:
11:e0417b67a4b5
--- a/ms5611.h	Thu Dec 03 19:47:10 2015 +0000
+++ b/ms5611.h	Fri Nov 11 18:13:36 2016 +0000
@@ -105,6 +105,7 @@
         CSBpin_0,  //CSB pin is grounded, I2C address is 0xEE and 0xEF
         CSBpin_1,  //CSB pin is tied to Vdd, I2C address is 0xEC and 0xED
     };
+    uint32_t C[8];
     /** Create a MS5611 object using the specified I2C object
      *   - User fixed I2C address 0xEE, CSB pin = 0
      *   - This is the default legacy constructor