NA

Fork of L3G4200D by Michael Shimniok

Revision:
4:44176c2a6121
Parent:
3:14914cd8fdf3
diff -r 14914cd8fdf3 -r 44176c2a6121 L3G4200D.h
--- a/L3G4200D.h	Tue Jan 24 16:58:52 2012 +0000
+++ b/L3G4200D.h	Thu Nov 16 14:59:30 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];