1
Fork 0
Find a file
2019-04-15 22:14:45 +02:00
.cargo compile target arm-v7 2019-04-15 21:13:47 +02:00
src roll pitch estimation accelerometer alone 2019-04-15 22:14:45 +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 roll pitch estimation accelerometer alone 2019-04-15 22:14:45 +02:00
README.md roll pitch estimation accelerometer alone 2019-04-15 22:14:45 +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