Crates.io | aimu |
lib.rs | aimu |
version | 0.2.3 |
source | src |
created_at | 2023-10-14 19:13:44.694904 |
updated_at | 2023-11-03 12:17:19.480499 |
description | Motion control for handheld computers equipped with a BMI160/BMI260 IMU. |
homepage | |
repository | https://gitlab.com/awahab/aimu |
max_upload_size | |
id | 1003259 |
size | 59,440 |
bmi160_i2c
and bmi160_core
kernel modules.
sudo rmmod bmi160_i2c bmi160_core
i2c_dev
kernel module.
sudo modprobe i2c_dev
i2c
group.
sudo usermod -aG i2c $(whoami)
newgrp i2c
cargo run --release -- --help
# Optional: add `--features cli` for command line options
cargo run --release --features bmi160 -- --help
# or
cargo run --release --features bmi260 -- --help