No description
Find a file
2024-03-26 13:07:45 +00:00
.github Update CI action versions 2023-05-12 11:23:56 -04:00
examples clang 2024-03-20 11:44:51 -07:00
processing Added Processing viewer for new fusion_usb sketches 2017-04-06 11:25:56 +02:00
src Warnings 2023-11-29 00:43:18 +00:00
.gitignore Add some doxygen documentation (#19) 2021-02-09 11:41:23 -05:00
library.properties Update library.properties - bump version to 2.3.6 2024-03-26 13:07:45 +00: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!