mirror of
https://github.com/adafruit/Adafruit_AHRS.git
synced 2026-06-05 22:09:12 +03:00
Arduino library for AHRS (Attitude and Heading Reference System) for Adafruit motion sensors
- C++ 79.5%
- C 13.8%
- Processing 6.7%
| .github | ||
| examples | ||
| processing | ||
| src | ||
| .gitignore | ||
| library.properties | ||
| 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!