bmi2 0.1.2

embedded-hal driver for the bmi270/260 IMU
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "bmi2"
version = "0.1.2"
build = false
exclude = ["examples/nrf52840/.cargo"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "embedded-hal driver for the bmi270/260 IMU"
homepage = "https://github.com/qrasmont/bmi2"
readme = "README.md"
keywords = [
    "bmi2",
    "bmi270",
    "bmi260",
    "embedded-hal",
    "imu",
]
license = "MIT"
repository = "https://github.com/qrasmont/bmi2"

[lib]
name = "bmi2"
path = "src/lib.rs"

[dependencies.embedded-hal]
version = "1.0.0"

[dependencies.fixedvec]
version = "0.2.4"