1
Fork 0
Find a file
2019-04-15 21:14:37 +02:00
.cargo compile target arm-v7 2019-04-15 21:13:47 +02:00
src correct gyro readings. Acc and gyrp raw working 2019-04-15 21:14:37 +02:00
test typo 2019-04-15 21:10:33 +02:00
.gitignore add gitignore 2019-04-15 21:13:59 +02:00
Cargo.toml first commit 2019-04-08 10:11:36 +02:00
README.md correct gyro readings. Acc and gyrp raw working 2019-04-15 21:14:37 +02:00

mpu6050

Platform agnostic driver for MPU6050 sensor.

Linux example

Requirements: apt-get install -qq gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross cross-compile with cargo build --bin main --target=arm-unknown-linux-gnueabihf

TODO