NA

Fork of L3G4200D by Michael Shimniok

Revision:
4:d99fca91fe6f
Parent:
3:14914cd8fdf3
--- a/L3G4200D.h	Tue Jan 24 16:58:52 2012 +0000
+++ b/L3G4200D.h	Thu Nov 16 14:57:28 2017 +0000
@@ -92,7 +92,7 @@
          * @param g Array containing x, y, and z gyro values
          * @return g Array containing x, y, and z gyro values
          */
-        void read(int g[3]);
+        void read(float g[3]);
         
     private:
         byte data[6];