From 1ca32fedf35055f87770886bd49846e27e109fb0 Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Sat, 27 Apr 2019 17:37:52 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bf2d9b..20c5aff 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Platform agnostic driver for [MPU 6050 6-axis IMU](https://www.invensense.com/pr Visualization options for testing and development in [viz branch](https://github.com/juliangaal/mpu6050/tree/viz/viz) -### Basic usage - [`linux_embedded_hal`](https://github.com/rust-embedded/linux-embedded-hal) example +### Basic usage +[`linux_embedded_hal`](https://github.com/rust-embedded/linux-embedded-hal) example ```rust use mpu6050::*; use linux_embedded_hal::{I2cdev, Delay}; @@ -64,7 +65,6 @@ fn main() -> Result<(), Error> { } ``` -*Note*: this example uses API of version on local master branch. Some functions may not be available on published crate yet. #### Compile linux example (Raspberry Pi 3B) files [here](https://github.com/juliangaal/mpu6050/blob/master/example/)