Files
mmc56x3-rust/README.md

9 lines
426 B
Markdown

A Rust driver for the [MMC56X3](https://www.adafruit.com/product/5579) Triple-axis Magnetometer.
Based on the [arduino driver](https://github.com/adafruit/Adafruit_MMC56x3).
# Usage
See [examples](./example). Also make sure to check the [datasheet](https://cdn-learn.adafruit.com/assets/assets/000/113/957/original/MMC5603NJ_RevB_7-12-18.pdf).
If you want to use the synchronous version then enable the sync feature flag.