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: mbed
main.cpp
- Committer:
- MarcelPortmann
- Date:
- 2020-02-28
- Revision:
- 0:d0afed940d63
File content as of revision 0:d0afed940d63:
#include "MadgwickAHRS.h"
int main() {
float gx;
float gy;
float gz;
float ax;
float ay;
float az;
float mx;
float my;
float mz;
MadgwickAHRSupdate( gx, gy, gz, ax, ay, az, mx, my, mz);
}