Metadata-Version: 2.3
Name: lord-ahrs-driver
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# IMU Drivers for Lord 3DMGX5-AHRS


# Install

```
# Install maturin 
https://www.maturin.rs/installation

# Change to correct pyenv
# ie. pyenv activate superenv

# Install drivers package
maturin develop

# Run python script using the package
python stream_imu_buff.py
```


# Develop

```
cargo build
```

Develop (compile) as python package:

```
maturin develop
```


