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:
- 31:f30e4effec54
- Parent:
- 30:a1bbb934b053
diff -r a1bbb934b053 -r f30e4effec54 MadgwickAHRS.h --- a/MadgwickAHRS.h Thu Jul 07 04:35:04 2016 +0000 +++ b/MadgwickAHRS.h Thu Jul 07 06:04:05 2016 +0000 @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------------------------------- // Definitions -#define sampleFreq 500.0f // sample frequency in Hz +#define sampleFreq 150.0f // sample frequency in Hz #define betaDef 0.02f // 2 * proportional gain #define PI 3.14159265358979f #define DEGREE2RAD PI/180.0f