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.
Dependencies: MPU9250_SPI mbed
Diff: MadgwickAHRS.h
- Revision:
- 24:50b3c20b1abe
- Parent:
- 17:7a9459ac7469
- Child:
- 26:0ffbe34a4953
--- a/MadgwickAHRS.h Wed Jul 06 04:01:42 2016 +0000 +++ b/MadgwickAHRS.h Wed Jul 06 04:56:14 2016 +0000 @@ -2,7 +2,7 @@ // Definitions #define sampleFreq 500.0f // sample frequency in Hz -#define betaDef 1.0f // 2 * proportional gain +#define betaDef 5.0f // 2 * proportional gain #define PI 3.14159265358979f #define DEGREE2RAD PI/180.0f class MadgwickAHRS