adxl345-eh-driver 0.2.1

Rust embedded-hal device driver for the ADXL345 Analog Devices Digital Accelerometer
Documentation

ADXL345 Accelerometer

A Rust device driver for the ADXL345 Analog Devices Digital Accelerometer.

Usage

    let mut accel = adxl345_eh_driver::Driver::new(i2c, None).unwrap();
    let (x, y, z) = accel.get_accel_raw().unwrap();

License

license

This tool is released under the MIT license, hence allowing commercial use of the library. Please refer to the LICENSE file.