No description
Find a file
Frédéric Bourgeois f7534cf5f9
Getter & setter for algorithm parameters (#23)
* Getter & setter for algorithm parameters

Getter and setter for Madgwick (beta) and Mahony (Kp & Ki).

* clang-format
2021-07-17 13:38:34 -04:00
.github add Adafruit Sensor Calibration dep 2020-02-07 18:03:21 -05:00
examples better calibration example comments (#15) 2020-12-30 18:09:00 -05:00
processing Added Processing viewer for new fusion_usb sketches 2017-04-06 11:25:56 +02:00
src Getter & setter for algorithm parameters (#23) 2021-07-17 13:38:34 -04:00
.gitignore Add some doxygen documentation (#19) 2021-02-09 11:41:23 -05:00
library.properties Bump to 2.2.4 2021-02-09 16:36:11 -05:00
README.md add readme 2020-02-02 13:31:34 -05:00

Adafruit AHRS library

This library lets you take an accelerometer, gyroscope and magnetometer and combine the data to create orientation data.

Options are Mahony (lowest memory/computation), Madgwick (fair memory/computation) and NXP fusion/Kalman (highest).

While in theory these can run on an Arduino UNO/Atmega328P we really recommend a SAMD21 or better. Having single-instruction floating point multiply and plenty of RAM will help a lot!