pressure

Dependents:   WIGO_MPL3115A2

Fork of MPL3115A2 by clemente di caprio

Files at this revision

API Documentation at this revision

Comitter:
perezalvarezhi
Date:
Thu Oct 02 21:30:31 2014 +0000
Parent:
10:82ac06669316
Commit message:
cambios Hugo

Changed in this revision

MPL3115A2.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 82ac06669316 -r 39bfad7780a1 MPL3115A2.cpp
--- 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));
     
 }