Working on readReg

Fork of MPL3115A2 by NXP

Revision:
3:641510862795
Parent:
2:c705222de18d
--- a/MPL3115.h	Wed Apr 26 00:10:29 2017 +0000
+++ b/MPL3115.h	Tue Feb 27 15:56:28 2018 +0000
@@ -50,6 +50,8 @@
         
     void acquire_MPL3115_data_Altitude_in_m(float * du);
     
+    int readReg(int address);
+    
     private:
     I2C MPL3115_i2c;