11 releases (7 breaking)
0.8.0 | Jan 25, 2020 |
---|---|
0.7.0 | Dec 3, 2019 |
0.6.0 | Nov 15, 2019 |
0.4.2 | May 4, 2019 |
0.3.0 | Mar 24, 2019 |
#1439 in Hardware support
Used in trellis_m4
27KB
269 lines
ADXL343.rs
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-hal
I²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)
Dependencies
~665KB
~15K SLoC