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.cpp
- Revision:
- 25:f3a6e7eec9c3
- Parent:
- 18:5aa48aec9cae
- Child:
- 58:fb7876549148
--- a/Imu.cpp Mon Dec 10 12:29:37 2018 +0000 +++ b/Imu.cpp Wed Dec 12 23:52:22 2018 +0000 @@ -87,6 +87,12 @@ float rate = (float)tmp / cGYRO_RESO; return rate; } +float Imu::GetYawRef(){ + return yaw_ref; +} +INT16 Imu::GetGyroRef(){ + return gyro_ref; +} //------------------------------------------------ //基準値を更新する //------------------------------------------------