From 7bbeac63fd5396d39fb9dabc4ca5c30327b613db Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Tue, 16 Apr 2019 01:13:12 +0200 Subject: [PATCH] resize image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f2579..b8e1ce8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MPU 6050 Rust Driver +# MPU 6050 Rust Driver Platform agnostic driver for [MPU 6050 6-axis IMU](https://www.invensense.com/products/motion-tracking/6-axis/mpu-6500/) using [`embedded_hal`](https://github.com/rust-embedded/embedded-hal).