NA
Fork of L3G4200D by
Revision 2:f1da9da9c9b5, committed 2012-01-20
- 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]);