#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

#1538 in Hardware support

Download history 161/week @ 2024-11-13 128/week @ 2024-11-20 113/week @ 2024-11-27 220/week @ 2024-12-04 57/week @ 2024-12-11 94/week @ 2024-12-18 6/week @ 2024-12-25 215/week @ 2025-01-01 147/week @ 2025-01-08 56/week @ 2025-01-15 167/week @ 2025-01-22 138/week @ 2025-01-29 71/week @ 2025-02-05 32/week @ 2025-02-12 48/week @ 2025-02-19 54/week @ 2025-02-26

217 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

~1MB
~23K SLoC