Library to communicate with a ST LIS331DLH

Revision:
9:5af73355984f
Parent:
8:ff365f926a52
Child:
10:dcd11c84305e
--- a/LIS331.h	Fri Jul 01 21:07:25 2011 +0000
+++ b/LIS331.h	Tue Jun 17 19:31:05 2014 +0000
@@ -165,7 +165,7 @@
      *
      */
      
-     
+  
     /**
      * Set the Full Scale Range to +/- 8g's.
      *
@@ -209,7 +209,7 @@
      * 
      * @return The output on the z-axis in engineering units (g's).
      */
-    float getAccelZ(void);
+    int getAccelZ(void);
 
    
 private: