jmagnuson / ahrs-rs

A Rust port of Madgwick's AHRS algorithm
MIT License
33 stars 19 forks source link

Pass in sensor values by reference #4

Closed jmagnuson closed 7 years ago

jmagnuson commented 7 years ago

Modifies the Ahrs function signature but boosts performance by removing extra copy operations.