NeoBirth / accelerometer.rs

Generic Rust accelerometer support, including traits and types for taking readings from 2 or 3-axis accelerometers
Apache License 2.0
26 stars 10 forks source link

Upgrade to `micromath` v2.0 #65

Closed embediver closed 2 years ago

embediver commented 2 years ago

To upgrade to micromath v2.0, few minimal changes were needed to comply with the refactored vector types.

embediver commented 2 years ago

Completely oversaw that the pipeline and the specified MSRV don't comply with the MSRV of micromath anymore...

Should I just bump the MSRV if favor for this?

tarcieri commented 2 years ago

Yes, bumping MSRV is fine

tarcieri commented 2 years ago

@MG-96 looks like one new clippy nit:

error: match expression looks like `matches!` macro
embediver commented 2 years ago

Should I fix them even though they don't have anything todo with the pr?

tarcieri commented 2 years ago

Yes, clippy needs to be clean to land the PR