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.
ahrs.h
00001 #ifndef _AHRSALOGRITHMS_H_ 00002 #define _AHRSALOGRITHMS_H_ 00003 #define PI 3.1415492 00004 void MadgwickQuaternionUpdate(float ax, float ay, float az, float gx, float gy, 00005 float gz, float mx, float my, float mz, 00006 float deltat); 00007 void MahonyQuaternionUpdate(float ax, float ay, float az, float gx, float gy, 00008 float gz, float mx, float my, float mz, 00009 float deltat); 00010 const float * getQ(); 00011 00012 #endif // _AHRSALOGRITHMS_H_
Generated on Sun Jul 17 2022 16:50:25 by
1.7.2