NA

Fork of L3G4200D by Michael Shimniok

Files at this revision

API Documentation at this revision

Comitter:
shimniok
Date:
Fri Jan 20 23:19:47 2012 +0000
Parent:
1:2e0278bddf66
Child:
3:14914cd8fdf3
Commit message:
Updated read() documentation

Changed in this revision

L3G4200D.h Show annotated file Show diff for this revision Revisions of this file
--- a/L3G4200D.h	Fri Jan 20 23:18:09 2012 +0000
+++ b/L3G4200D.h	Fri Jan 20 23:19:47 2012 +0000
@@ -82,6 +82,7 @@
         
         /** Read gyro values
          * @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]);