1
Fork 0
Find a file
2019-04-15 20:20:39 +02:00
.cargo first commit 2019-04-08 10:11:36 +02:00
src add TODO 2019-04-08 10:16:41 +02:00
test Create imu.py 2019-04-15 20:20:39 +02:00
.gitignore first commit 2019-04-08 10:11:36 +02:00
Cargo.toml first commit 2019-04-08 10:11:36 +02:00
README.md Update README.md 2019-04-09 10:45:13 +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