pressure

Dependents:   WIGO_MPL3115A2

Fork of MPL3115A2 by clemente di caprio

Revision:
11:39bfad7780a1
Parent:
10:82ac06669316
--- a/MPL3115A2.cpp	Tue Sep 24 20:22:25 2013 +0000
+++ b/MPL3115A2.cpp	Thu Oct 02 21:30:31 2014 +0000
@@ -300,7 +300,7 @@
     unsigned char status;
     
     readRegs( REG_STATUS, &status, 1);
-
+    
     return ((status>>1));
     
 }