No description
Find a file
2025-08-26 15:16:15 +01:00
.github Update CI action versions 2023-05-12 11:23:56 -04:00
examples clang format 2025-08-24 18:10:35 -04:00
processing Added Processing viewer for new fusion_usb sketches 2017-04-06 11:25:56 +02:00
src clang format 2025-08-24 18:10:35 -04:00
.gitignore Add some doxygen documentation (#19) 2021-02-09 11:41:23 -05:00
library.properties Bump version to 2.4.0 in library.properties 2025-08-26 15:16:15 +01: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!