madgwick icon indicating copy to clipboard operation
madgwick copied to clipboard

Use micromath crate

Open tarcieri opened this issue 5 years ago • 0 comments

Switches from m to micromath for mathematical operations, and uses the latter's F32x3 vector type as well as its Quaternion type (which was vendored from this crate).

I'm using micromath in the accelerometer crate, so ideally this would provide an interoperable way to support multiple accelerometer backends.

tarcieri avatar May 04 '19 18:05 tarcieri