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.
Dependents: LG1300L_Hello_World LG1300L_Hello_World_LCD
Revision 2:9bac32f6c9a0, committed 2013-03-05
- Comitter:
- mjenkins11
- Date:
- Tue Mar 05 04:56:36 2013 +0000
- Parent:
- 1:c40e8dead9be
- Commit message:
- revision 0.5;
Changed in this revision
| LG1300L.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/LG1300L.h Tue Mar 05 01:11:30 2013 +0000
+++ b/LG1300L.h Tue Mar 05 04:56:36 2013 +0000
@@ -53,27 +53,27 @@
LG1300L(I2C& i2c, int ACC_SETTING);
/** Returns a float containing the current Accumulated Angle
- * @returns float
+ * @returns the Accumulated Angle
*/
float GetAngle();
/** Returns a float containing the current ROT
- * @returns float
+ * @returns the Rate of Turn
*/
float GetROT();
/** Returns a float containing the current acceleration on
* the X axis.
- * @returns float
+ * @returns the acceleration on the X_Axis
*
*/
float GetACC_X();
/** Returns a float containing the current acceleration on
*the Y axis.
- * @returns float
+ * @returns the acceleration on the Y_Axis
*/
float GetACC_Y();
/** Returns a float containing the current acceleration on
*the Z axis.
- * @returns float
+ * @returns the acceleration on the Z_Axis
*/
float GetACC_Z();
private:
CruizCore XG1300L IMU