Library to communicate with a ST LIS331DLH

Revision:
8:ff365f926a52
Parent:
7:7eeb1fe4d787
Child:
9:5af73355984f
--- a/LIS331.h	Wed Feb 16 21:12:59 2011 +0000
+++ b/LIS331.h	Fri Jul 01 21:07:25 2011 +0000
@@ -195,14 +195,14 @@
      *
      * @return The output on the x-axis in engineering units (g's).
      */
-    int getAccelX(void);
+    float getAccelX(void);
 
     /**
      * Get the output for the y-axis accelerometer.
      *
      * @return The output on the y-axis in engineering units (g's).
      */
-    int getAccelY(void);
+    float getAccelY(void);
 
     /**
      * Get the output on the z-axis accelerometer.