1
Fork 0

MIT license

This commit is contained in:
Julian Gaal 2019-04-16 00:46:10 +02:00
parent 881058a9a3
commit 865faae9c5

View file

@ -8,7 +8,7 @@ description = "Platform agnostic driver for MPU6050 6-axis IMU"
repository = "https://github.com/juliangaal/mpu6050" repository = "https://github.com/juliangaal/mpu6050"
readme = "README.md" readme = "README.md"
keywords = ["mpu6050", "imu", "embedded"] keywords = ["mpu6050", "imu", "embedded"]
license = "The Unlicense" license = "MIT"
[dependencies] [dependencies]
i2cdev = "0.4.1" i2cdev = "0.4.1"