jessebraham / icm42670

An embedded-hal driver for the ICM-42670 6-axis IMU
Apache License 2.0
7 stars 9 forks source link

No documiation on how to use #3

Closed guysoft closed 1 year ago

guysoft commented 1 year ago

Hey, Found this repo, but no information what devices are supported and build instructions. How does one use this?

jessebraham commented 1 year ago

It's the same as any other Rust library, you just add it as a dependency to your application and it is built by Cargo as you normally would. You don't need to build the library itself but it can be built using cargo build as you would for any other Rust project.