Llibrary for the WiGo MPL3115A2, I2C Precision Altimeter sensor. This is a temp fork

Dependents:   sensor AerCloud_MutliTech_Socket_Modem_Example Freescale_Multi-Sensor_Shield 2lemetry_Sensor_Example ... more

Fork of MPL3115A2 by clemente di caprio

Revision:
10:82ac06669316
Parent:
9:75a5960adf5c
Child:
11:8c90a97b1036
--- a/MPL3115A2.h	Sun Sep 22 11:17:28 2013 +0000
+++ b/MPL3115A2.h	Tue Sep 24 20:22:25 2013 +0000
@@ -146,6 +146,14 @@
     unsigned int  getAllData( float *f);
 
     /**
+    * Get the altimeter or pressure and temperature values and the delta values
+    *
+    * @param array of float f[2], array of float d[2]
+    * @returns 0 no data available, 1 for data available
+    */
+    unsigned int getAllData( float *f, float *d);
+    
+    /**
     * Get the altimeter or pressure and temperature captured maximum value
     *
     * @param array of float f[2]