No description
Find a file
2023-05-12 11:23:56 -04:00
.github Update CI action versions 2023-05-12 11:23:56 -04:00
examples fix warning emitted by old Adafruit_LSM303_U (archived repo) 2022-10-21 17:32:04 +07:00
processing Added Processing viewer for new fusion_usb sketches 2017-04-06 11:25:56 +02:00
src Fix getGravityVector not calculating the actual values (#27) 2022-01-16 13:00:46 -05:00
.gitignore Add some doxygen documentation (#19) 2021-02-09 11:41:23 -05:00
library.properties Bump version for ESP32 fixed warnings 2022-10-24 17:48:01 -07: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!