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
src clang format 2025-08-24 18:10:35 -04:00
.gitignore
library.properties Bump version to 2.4.0 in library.properties 2025-08-26 15:16:15 +01:00
README.md

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!