Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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]);
