ADXL343.rs
November 15, 2019 · View on GitHub
Platform-agnostic driver for the Analog Devices ADXL343
3-axis accelerometer driver which uses I²C via embedded-hal.
Usable via any compatible board crate (e.g. trellis_m4).
Implements the Accelerometer trait from the
accelerometer crate.
Requirements
- Rust 1.32+
embedded-halI²C driver
Code of Conduct
We abide by the Contributor Covenant and ask that you do as well.
For more information, please see CODE_OF_CONDUCT.md.
License
Copyright © 2019 NeoBirth Developers
Dual licensed under your choice of either of:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)