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.
Diff: Imu.h
- Revision:
- 19:4b0fe9a5ec38
- Parent:
- 18:5aa48aec9cae
- Child:
- 25:f3a6e7eec9c3
--- a/Imu.h Sat Dec 01 14:03:08 2018 +0000 +++ b/Imu.h Wed Dec 05 00:12:38 2018 +0000 @@ -9,9 +9,11 @@ #include "mbed.h" #include "typedef.h" -class Imu { +const float cGYRO_RESO=131.0; + + +class Imu { private: - const float cGYRO_RESO=131.0; Serial sp46Axis; // INT16 gyroZ; INT16 gyro_ref;