1
Fork 0
mpu6050/Cargo.toml
dependabot[bot] c29d609545
Update i2cdev requirement from 0.4.4 to 0.5.1
Updates the requirements on [i2cdev](https://github.com/rust-embedded/rust-i2cdev) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/rust-i2cdev/releases)
- [Changelog](https://github.com/rust-embedded/rust-i2cdev/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-embedded/rust-i2cdev/compare/0.4.4...0.5.1)

---
updated-dependencies:
- dependency-name: i2cdev
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-29 18:03:12 +00:00

23 lines
491 B
TOML

[package]
name = "mpu6050"
version = "0.1.5"
authors = ["Julian Gaal <gjulian@uos.de>"]
edition = "2018"
description = "Platform agnostic driver for MPU6050 6-axis IMU"
repository = "https://github.com/juliangaal/mpu6050"
readme = "README.md"
keywords = ["mpu6050", "imu", "embedded"]
license = "MIT"
[dependencies]
embedded-hal = "0.2.4"
libm = "0.2.1"
[dependencies.nalgebra]
default-features = false
version = "0.31.2"
[dev-dependencies]
i2cdev = "0.5.1"
linux-embedded-hal = "0.3.0"