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:
4:fdf14a259af8
Parent:
3:a2f1752add9a
Child:
5:9edec5ee8bf4
--- a/MPL3115A2.h	Wed May 29 11:56:52 2013 +0000
+++ b/MPL3115A2.h	Thu May 30 07:27:24 2013 +0000
@@ -145,9 +145,9 @@
     void DataReady( void(*fptr)(void), unsigned char OS);
 
     /**
-    * Configure the sensor to streaming data using Interrupt
+    * Configure the sensor to generate an Interrupt crossing the center threshold
     *
-    * @param user functin callback, oversampling values. See MPL3115A2.h
+    * @param user functin callback, level in meter
     * @return none
     */
     void AltitudeTrigger( void(*fptr)(void), unsigned short level);