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

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

#1261 in Hardware support

Download history 50/week @ 2024-07-23 42/week @ 2024-07-30 1/week @ 2024-09-03 5/week @ 2024-09-10 7/week @ 2024-09-17 216/week @ 2024-09-24 11/week @ 2024-10-01 6/week @ 2024-10-08 380/week @ 2024-10-15 317/week @ 2024-10-22 86/week @ 2024-10-29 125/week @ 2024-11-05

914 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

~670KB
~15K SLoC