ADXL345 triple axis, digital accelerometer library.

Fork of ADXL345 by Aaron Berk

Revision:
1:0fac771fec8d
Parent:
0:bd8f0f20f433
--- a/ADXL345.h	Mon Sep 06 13:53:03 2010 +0000
+++ b/ADXL345.h	Wed Feb 24 21:45:22 2016 +0000
@@ -469,7 +469,7 @@
      * @param Pointer to a buffer to hold the accelerometer value for the
      *        x-axis, y-axis and z-axis [in that order].
      */
-    void getOutput(int* readings);
+    void getOutput(short* readings);
     
     /**
      * Get the FIFO control settings.