#accelerometer #analog-devices #driver #embedded-hal #i2c #i²c #platform-agnostic

no-std adxl343

Platform-agnostic ADXL343 accelerometer driver which uses I2C via embedded-hal

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

#1446 in Hardware support

37 downloads per month
Used in trellis_m4

Apache-2.0

27KB
269 lines

ADXL343.rs

Crate Docs Build Status Safety Dance MSRV LGPL 3.0 licensed Gitter Chat

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.

Documentation

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:

Dependencies

~650KB
~15K SLoC