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:
- 58:fb7876549148
- Parent:
- 25:f3a6e7eec9c3
- Child:
- 73:0720e5550476
diff -r 56b7e66a0c3d -r fb7876549148 Imu.h --- a/Imu.h Thu Mar 07 04:01:10 2019 +0000 +++ b/Imu.h Thu Mar 07 10:06:34 2019 +0000 @@ -20,11 +20,13 @@ float yaw; float yaw_ref; float yawOfset; + float yawRateLimit; // void PushBuf(UCHAR rxChar); void uartRxIntHndler46Axis(); float wrapAroungGuard(float iYaw); + float limitYawRate(float yawDiff); public: Imu(PinName pinTx, PinName pinRx); virtual ~Imu();